gosling-widget
v0.0.2
Published
[![PyPI](https://img.shields.io/pypi/v/gosling-widget.svg?color=green)](https://pypi.org/project/gosling-widget) [![License](https://img.shields.io/pypi/l/gosling.svg?color=green)](https://github.com/manzt/gosling-widget/raw/main/LICENSE) [![Open In Colab
Downloads
4
Readme
gosling-widget
pip install gosling-widget
Development
pip install -e .
If you are using the classic Jupyter Notebook you need to install the nbextension:
jupyter nbextension install --py --symlink --sys-prefix gosling_widget
jupyter nbextension enable --py --sys-prefix gosling_widget
Note for developers:
- the
-e
pip option allows one to modify the Python code in-place. Restart the kernel in order to see the changes. - the
--symlink
argument 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 gosling_widget
Release
npm version [major|minor|patch]
git tag -a vX.X.X -m "vX.X.X"
git push --follow-tags