From 56bcd592b3f9dd8bc4ad95872b99ac7f9b08bc75 Mon Sep 17 00:00:00 2001 From: hsm207 Date: Sun, 30 Jun 2019 12:37:37 +0800 Subject: [PATCH] Fix command to install using pip See https://pypi.org/project/jupyter-contrib-nbextensions/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a33cbc18..88531f940 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ All of the nbextensions in this repo are provided as parts of a python package, which is installable in the usual manner, using `pip` or the `setup.py` script. To install the current version from PyPi, simply type - pip install jupyter_contrib_nbextensions + pip install jupyter-contrib-nbextensions Alternatively, you can install directly from the current master branch of the repository