deephaven_server.server

class Server(host=None, port=None, jvm_args=None, dh_args={})[source]

Bases: object

Represents a Deephaven server that can be created from Python.

start()[source]

Starts the server. Presently once the server is started, it cannot be stopped until the python process halts.