File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -81,13 +81,13 @@ For use in JupyterLab, install the `jupyterlab` and `ipywidgets`
8181packages using pip...
8282
8383```
84- pip install jupyterlab==0.34 "ipywidgets>=7.2"
84+ pip install jupyterlab==0.35 "ipywidgets>=7.2"
8585```
8686
8787or conda.
8888
8989```
90- conda install jupyterlab=0.34 "ipywidgets>=7.2"
90+ conda install jupyterlab=0.35 "ipywidgets>=7.2"
9191```
9292
9393Then run the following commands to install the required JupyterLab extensions:
@@ -99,13 +99,16 @@ export NODE_OPTIONS=--max-old-space-size=4096
9999set NODE_OPTIONS=--max-old-space-size=4096
100100
101101# Jupyter widgets extension
102- jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.37 --no-build
102+ jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.38 --no-build
103103
104104# FigureWidget support
105105jupyter labextension install plotlywidget@0.4.0 --no-build
106106
107107# offline iplot support
108- jupyter labextension install @jupyterlab/plotly-extension@0.17.2 --no-build
108+ jupyter labextension install @jupyterlab/plotly-extension@0.18 --no-build
109+
110+ # JupyterLab chart editor support (optional)
111+ jupyter labextension install jupyterlab-chart-editor@1.0 --no-build
109112
110113# Build extensions (must be done to activate extensions since --no-build is used above)
111114jupyter lab build
You can’t perform that action at this time.
0 commit comments