File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -91,27 +91,27 @@ For use in the Jupyter Notebook, install the `notebook` and `ipywidgets`
9191packages using pip...
9292
9393```
94- pip install "notebook>=5.3" "ipywidgets>=7.2 "
94+ pip install "notebook>=5.3" "ipywidgets==7.4 "
9595```
9696
9797or conda.
9898
9999```
100- conda install "notebook>=5.3" "ipywidgets> =7.2 "
100+ conda install "notebook>=5.3" "ipywidgets=7.4 "
101101```
102102
103103### JupyterLab Support (Python 3.5+)
104104For use in JupyterLab, install the ` jupyterlab ` and ` ipywidgets `
105105packages using pip...
106106
107107```
108- pip install jupyterlab==1.0 "ipywidgets>=7.2 "
108+ pip install jupyterlab==0.35 "ipywidgets==7.4 "
109109```
110110
111111or conda.
112112
113113```
114- conda install jupyterlab=1.0 "ipywidgets> =7.2"
114+ conda install jupyterlab=0.35 "ipywidgets=7.2"
115115```
116116
117117Then run the following commands to install the required JupyterLab extensions:
@@ -126,7 +126,7 @@ set NODE_OPTIONS=--max-old-space-size=4096
126126jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.0.0-rc.2 --no-build
127127
128128# FigureWidget support
129- jupyter labextension install plotlywidget@1.0.0-alpha.3 --no-build
129+ jupyter labextension install plotlywidget@0.38 --no-build
130130
131131# and jupyterlab renderer support
132132jupyter labextension install jupyterlab-plotly@1.0.0-alpha.5 --no-build
You can’t perform that action at this time.
0 commit comments