fgse_notebook_sharer
v0.1.9
Published
Adds a link to shared notebooks
Downloads
2
Maintainers
Readme
fgse_notebook_sharer
Adds a link to public notebooks
Prerequisites
- JupyterLab
Installation
jupyter labextension install fgse_notebook_sharer
Development
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
npm run build
jupyter labextension link .
To rebuild the package and the JupyterLab app:
npm run build
jupyter lab build