@codewilling/jupyterlab_cwextension
v0.1.1
Published
A JupyterLab Notebook and FileBrowser extension.
Readme
@codewilling/jupyterlab_cwextension
A JupyterLab extension.
Prerequisites
- Jupyter
- JupyterLab
Installation
jupyter labextension install @codewilling/jupyterlab_cwextensionDevelopment
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
jupyter labextension install .To rebuild the package and the JupyterLab app:
npm run build
jupyter lab build