Skip to content

Commit a8a952d

Browse files
Merge pull request #2472 from SubodhDahal/patch-1
Fixed command for installing ipywidgets using pip
2 parents 4b99e1d + ed0a8b7 commit a8a952d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ For use in JupyterLab, install the `jupyterlab` and `ipywidgets`
112112
packages using pip...
113113

114114
```
115-
pip install jupyterlab "ipywidgets=7.5"
115+
pip install jupyterlab "ipywidgets==7.5"
116116
```
117117

118118
or conda.

0 commit comments

Comments
 (0)