deephaven / web-client-ui

Deephaven Web Client UI
Apache License 2.0
29 stars 31 forks source link

Include Python/Groovy version info in the Web UI #2184

Open jmao-denver opened 2 months ago

jmao-denver commented 2 months ago

As a user, I want to quickly find out what Python/Goovy version my console is running in so that it makes it easier for me to debug potential problems caused by incompatibility between versions.

mattrunyon commented 2 months ago

@devinrsmith I think this will need a bit of server work to expose the Python/Groovy version to the client

devinrsmith commented 2 months ago

I think the groovy bit would be relatively easy, given our current method that looks at jar versions. Python will take a bit of a different approach I suspect, but shouldn't be too much of a lift.

devinrsmith commented 2 months ago

The server side is now publishing groovy.version (and python.version when there is a python script session). Note that groovy.version is still published when running a python script session since it's still technically on the classpath.