Get version information
To find the web client version you are running, open the Settings menu:
To get the server version, print the deephaven.__version__
variable:
from deephaven import __version__
print(__version__)
- Log
To find the web client version you are running, open the Settings menu:
To get the server version, print the deephaven.__version__
variable:
from deephaven import __version__
print(__version__)