Skip to content

Commit d4c965c

Browse files
committed
Update README installation instructions with JupyterLab 0.35 and Chart Editor 1.0
1 parent defab4c commit d4c965c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ For use in JupyterLab, install the `jupyterlab` and `ipywidgets`
8181
packages using pip...
8282

8383
```
84-
pip install jupyterlab==0.34 "ipywidgets>=7.2"
84+
pip install jupyterlab==0.35 "ipywidgets>=7.2"
8585
```
8686

8787
or conda.
8888

8989
```
90-
conda install jupyterlab=0.34 "ipywidgets>=7.2"
90+
conda install jupyterlab=0.35 "ipywidgets>=7.2"
9191
```
9292

9393
Then run the following commands to install the required JupyterLab extensions:
@@ -99,13 +99,16 @@ export NODE_OPTIONS=--max-old-space-size=4096
9999
set 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
105105
jupyter labextension install [email protected] --no-build
106106
107107
# offline iplot support
108-
jupyter labextension install @jupyterlab/[email protected] --no-build
108+
jupyter labextension install @jupyterlab/[email protected] --no-build
109+
110+
# JupyterLab chart editor support (optional)
111+
jupyter labextension install [email protected] --no-build
109112
110113
# Build extensions (must be done to activate extensions since --no-build is used above)
111114
jupyter lab build

0 commit comments

Comments
 (0)