How to get version information
To find the web client version you are running, open the Settings menu:
To get the server version, run the following query:
println io.deephaven.engine.table.Table.class.getPackage().getImplementationVersion()
- Log
To find the web client version you are running, open the Settings menu:
To get the server version, run the following query:
println io.deephaven.engine.table.Table.class.getPackage().getImplementationVersion()