Get version information

To find the web client version you are running, open the Settings menu:

img

To get the server version, print the deephaven.__version__ variable:

from deephaven import __version__

print(__version__)