A Custom Jupyter Widget Library
To install use pip:
$ pip install progNotebook
For a development installation (requires Node.js and Yarn version 1),
$ git clone https://github.com/UFPE/progNotebook.git
$ cd progNotebook
$ pip install -e .
$ jupyter nbextension install --py --symlink --overwrite --sys-prefix progNotebook
$ jupyter nbextension enable --py --sys-prefix progNotebook
When actively developing your extension for JupyterLab, run the command:
$ jupyter labextension develop --overwrite progNotebook
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.