From ed0a8b72837d5bbbba6a880f9543b0a9e446403f Mon Sep 17 00:00:00 2001 From: Subodh Dahal Date: Thu, 14 May 2020 22:37:00 +0200 Subject: [PATCH] Fixed command for installing ipywidgets using pip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 309021a5575..a00162d532c 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ For use in JupyterLab, install the `jupyterlab` and `ipywidgets` packages using pip... ``` -pip install jupyterlab "ipywidgets=7.5" +pip install jupyterlab "ipywidgets==7.5" ``` or conda.