A JupyterLab extension.
- JupyterLab
To install using pip: cd to the directory
pip install -e .
jupyter labextension install jupyterlab_dropbox
jupyter serverextension enable --py jupyterlab_dropbox
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
jupyter labextension link .