Skip to content

Commit f859f26

Browse files
committed
Updates for jupyterlab 1.0
1 parent a156246 commit f859f26

File tree

4 files changed

+180
-429
lines changed

4 files changed

+180
-429
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,13 @@ For use in JupyterLab, install the `jupyterlab` and `ipywidgets`
105105
packages using pip...
106106

107107
```
108-
pip install jupyterlab==0.35 "ipywidgets>=7.2"
108+
pip install jupyterlab==1.0 "ipywidgets>=7.2"
109109
```
110110

111111
or conda.
112112

113113
```
114-
conda install jupyterlab=0.35 "ipywidgets>=7.2"
114+
conda install jupyterlab=1.0 "ipywidgets>=7.2"
115115
```
116116

117117
Then run the following commands to install the required JupyterLab extensions:
@@ -123,10 +123,10 @@ export NODE_OPTIONS=--max-old-space-size=4096
123123
set NODE_OPTIONS=--max-old-space-size=4096
124124
125125
# Jupyter widgets extension
126-
jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.38 --no-build
126+
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.0.0-rc.2 --no-build
127127
128128
# FigureWidget support and jupyterlab renderer support
129-
jupyter labextension install [email protected].2 --no-build
129+
jupyter labextension install [email protected].3 --no-build
130130
131131
# JupyterLab chart editor support (optional)
132132
jupyter labextension install [email protected] --no-build

0 commit comments

Comments
 (0)