Deephaven Core+ Python Client DocumentationΒΆ

Deephaven Core+ Python clients build upon the Deephaven Community Core client and environment, but are integrated into the Deephaven Enterprise system. For most operations, the Deephaven Community documentation should be your starting point. These documents provide information on how to use the Enterprise-only features of the client to connect to a Deephaven cluster.

  • deephaven_enterprise.client allows you to connect to a Deephaven cluster from another Python program (e.g., a Jupyter lab installation) using the Deephaven gRPC protocol.

  • deephaven_enterprise.proto provides the gRPC protocol definitions for the Deephaven Enterprise Python client.