From 7097a9dbecd8c1bb0cf86db185d4b1348d5f4abc Mon Sep 17 00:00:00 2001 From: "Fabian P. Schmidt" Date: Wed, 14 Oct 2020 21:34:04 +0200 Subject: [PATCH] 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). --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df9526b6..71eac92e 100644 --- a/README.md +++ b/README.md @@ -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