Skip to content

Commit ed0a8b7

Browse files
authored
Fixed command for installing ipywidgets using pip
1 parent e026ef5 commit ed0a8b7

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)