We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3372f9b + 7097a9d commit bd477f5Copy full SHA for bd477f5
README.md
@@ -41,7 +41,8 @@ pip install ipympl
41
42
### Install the JupyterLab extension
43
44
-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`.
45
+You can install both with `conda` doing
46
47
```bash
48
conda install -c conda-forge nodejs
0 commit comments