Skip to content

x-atlas-consortia/hra-jupyter-widgets

Repository files navigation

hra_jupyter_widgets

PyPI - Version PyPI - Python Version Open In Colab


Table of Contents

Installation

pip install hra_jupyter_widgets

Usage

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:

Open In Colab

Development installation

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.

About

HRA Web Components wrapped as Jupyter Widgets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published