Skip to content

Commit

Permalink
Add instructions for Jupyter Lab installation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Oct 29, 2018
1 parent 74744bb commit 83ea62e
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,20 @@ An IPython Widget for Earth Maps
Installation
------------

To install use pip:
To install, clone this repository and use pip:

$ pip install ipyearth
$ git clone https://github.com/davidbrochart/ipyearth.git
$ cd ipyearth
$ pip install -e .
$ jupyter nbextension enable --py --sys-prefix ipyearth


For a development installation (requires npm),
For a development installation (requires npm):

$ git clone https://github.com/davidbrochart/ipyearth.git
$ cd ipyearth
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix ipyearth
$ jupyter nbextension enable --py --sys-prefix ipyearth

For JupyterLab:

$ jupyter labextension install @jupyter-widgets/jupyterlab-manager
$ jupyter labextension install ./js

0 comments on commit 83ea62e

Please sign in to comment.