File tree 1 file changed +7
-4
lines changed
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`
81
81
packages using pip...
82
82
83
83
```
84
- pip install jupyterlab==0.34 "ipywidgets>=7.2"
84
+ pip install jupyterlab==0.35 "ipywidgets>=7.2"
85
85
```
86
86
87
87
or conda.
88
88
89
89
```
90
- conda install jupyterlab=0.34 "ipywidgets>=7.2"
90
+ conda install jupyterlab=0.35 "ipywidgets>=7.2"
91
91
```
92
92
93
93
Then run the following commands to install the required JupyterLab extensions:
@@ -99,13 +99,16 @@ export NODE_OPTIONS=--max-old-space-size=4096
99
99
set NODE_OPTIONS=--max-old-space-size=4096
100
100
101
101
# 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
103
103
104
104
# FigureWidget support
105
105
jupyter labextension install plotlywidget@0.4.0 --no-build
106
106
107
107
# 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
109
112
110
113
# Build extensions (must be done to activate extensions since --no-build is used above)
111
114
jupyter lab build
You can’t perform that action at this time.
0 commit comments