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__)
Show your appreciation for Deephaven by starring us on GitHub.
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__)