Skip to content

Commit 7097a9d

Browse files
committed
README: Add note on npm dependency
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).
1 parent 3372f9b commit 7097a9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ pip install ipympl
4141

4242
### Install the JupyterLab extension
4343

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

4647
```bash
4748
conda install -c conda-forge nodejs

0 commit comments

Comments
 (0)