Skip to content

Commit

Permalink
Updated labextension install info
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirschfeld authored Jul 20, 2017
1 parent 1efb9e4 commit ef3f060
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/source/user_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ To install the JupyterLab extension you also need to run the below command in
a terminal which requires that you have [nodejs](https://nodejs.org/en/)
installed.
```bash
jupyter labextension install @jupyterlab/nbwidgets
jupyter labextension install @jupyter-widgets/jupyterlab-manager
```

**Note:** A clean reinstall of the JupyterLab extension can be done by first deleting
the lab directory before running the above command. The location of the lab
directory can be queried by executing `jupyter lab path` in your terminal.
**Note:** A clean reinstall of the JupyterLab extension can be done by first
running the `jupyter lab clean` command which will remove the staging and
static directories from the lab directory. The location of the lab directory
can be queried by executing the command `jupyter lab path` in your terminal.

0 comments on commit ef3f060

Please sign in to comment.