A Custom Jupyter Widget Library
Project description
bonxai
A Custom Jupyter Widget Library
Installation
To install use pip:
$ pip install bonxai
For a development installation (requires Node.js and Yarn version 1),
$ git clone https://github.com//bonxai.git
$ cd bonxai
$ pip install -e .
$ jupyter nbextension install --py --symlink --overwrite --sys-prefix bonxai
$ jupyter nbextension enable --py --sys-prefix bonxai
When actively developing your extension for JupyterLab, run the command:
$ jupyter labextension develop --overwrite bonxai
Then you need to rebuild the JS when you make a code change:
$ cd js
$ yarn run build
You then need to refresh the JupyterLab page when your javascript changes.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bonxai-0.1.1.tar.gz
(668.2 kB
view hashes)
Built Distribution
bonxai-0.1.1-py3-none-any.whl
(792.4 kB
view hashes)