higlass-widget
v0.0.7
Published
[](https://pypi.org/project/higlass-widget) [](https://github.com/higlass/higlass-widget/raw/main/LICENSE) [![Open In Col
Readme
higlass-widget
pip install higlass-widgetDevelopment
pip install -e .If you are using the classic Jupyter Notebook you need to install the nbextension:
jupyter nbextension install --py --symlink --sys-prefix higlass_widget
jupyter nbextension enable --py --sys-prefix higlass_widgetNote for developers:
- the
-epip option allows one to modify the Python code in-place. Restart the kernel in order to see the changes. - the
--symlinkargument on Linux or OS X allows one to modify the JavaScript code in-place. This feature is not available with Windows.
For developing with JupyterLab:
jupyter labextension develop --overwrite higlass_widgetRelease
npm version [major|minor|patch]
git tag -a vX.X.X -m "vX.X.X"
git push --follow-tags