This project is now deprecated. Please use higlass-python
!
pip install higlass-widget
This project uses hatch
, which installs and sync
all dependencies from pyproject.toml
automatically.
hatch shell
Alternatively, you can create and manage your own virtual environments and install
an editable version of higlass-widget
:
pip install -e ".[dev]"
Finally, you can now run the notebooks with:
jupyterlab
higlass_widget.HiGlassWidget
is built with anywidget
.
You can edit the contents of higlass_widget/widget.js
and changes will be reflected automatically
in your active Jupyter notebook.
npm version [major|minor|patch]
git tag -a vX.X.X -m "vX.X.X"
git push --follow-tags