Deephaven Plugin interface


Keywords
deephaven, plugin
License
Apache-2.0
Install
pip install deephaven-plugin==0.6.0

Documentation

Deephaven Plugin interface

The Deephaven Plugin interface.

Currently in development.

Build

To create your build / development environment:

python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip setuptools build

To build:

python -m build --wheel

produces the wheel into dist/.