pip install hra_jupyter_widgets
HRA Jupyter Widgets are designed to be used from python notebooks. See usage.ipynb for examples on how to use them from notebooks. You can also open it directly from colab here:
Create a virtual environment and and install hra_jupyter_widgets in editable mode with the optional development dependencies:
python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
Open usage.ipynb in JupyterLab, VS Code, or your favorite editor
to start developing. Changes made in src/hra_jupyter_widgets/static/
will be reflected
in the notebook.