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.clientallows you to connect to a Deephaven cluster from another Python program (e.g., a Jupyter lab installation) using the Deephaven gRPC protocol.deephaven_enterprise.pivot.clientallows you to create and subscribe to pivot tables over gRPC from another Python program.deephaven_enterprise.protoprovides the gRPC protocol definitions for the Deephaven Enterprise Python client.