Get version information

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

The version number highlighted in the Settings menu

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

from deephaven import __version__

print(__version__)