Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 450 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 450 Bytes

jupyterlab_dropbox

A JupyterLab extension.

Prerequisites

  • JupyterLab

Installation

To install using pip: cd to the directory

pip install -e .
jupyter labextension install jupyterlab_dropbox
jupyter serverextension enable --py jupyterlab_dropbox

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

npm install
jupyter labextension link .