Skip to content

Commit

Permalink
README: Add note on npm dependency
Browse files Browse the repository at this point in the history
npm is a direct dependency of the jupyter-widgets/jupyterlab-manager.

While often installed by default when installing nodejs, this must not
always be the case (e.g. nodejs package in Archlinux doesn't contain npm).
  • Loading branch information
kerel-fs committed Oct 14, 2020
1 parent 3372f9b commit 7097a9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ pip install ipympl

### Install the JupyterLab extension

In order to install the JupyterLab extension `jupyter-matplotlib`, you will first need to install `nodejs`, you can install it with `conda` doing
In order to install the JupyterLab extension `jupyter-matplotlib`, you will first need to install `nodejs` and `npm`.
You can install both with `conda` doing

```bash
conda install -c conda-forge nodejs
Expand Down

0 comments on commit 7097a9d

Please sign in to comment.