Skip to content

Commit 351795f

Browse files
authored
Bump jupyterlab and dask-labextension to 2.x (#165)
1 parent 35e2dc7 commit 351795f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

binder/environment.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@ channels:
44
dependencies:
55
- python=3.7
66
- nodejs
7-
# TODO: Bump jupyterlab to 2.x once extensions have been made compatibility updates
8-
- jupyterlab=1.*
7+
- jupyterlab>=2.0.0
98
- numpy>=1.18.1
109
- h5py
1110
- scipy>=1.3.0
1211
- toolz
1312
- bokeh>=2.0.0
1413
- dask=2.11.0
15-
# TODO: Bump dask-labextension to >=2 once extensions have been made compatibility updates
16-
- dask-labextension=1.1.0
14+
- dask-labextension>=2.0.0
1715
- distributed=2.11.0
1816
- notebook
1917
- matplotlib

binder/postBuild

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

33
# Install the JupyterLab dask-labextension
4-
# TODO: Unpin dask-labextension version once extensions have been made compatibility updates
5-
jupyter labextension install [email protected]
4+
jupyter labextension install dask-labextension
65
jupyter labextension install @jupyter-widgets/jupyterlab-manager
76
jupyter labextension install @bokeh/jupyter_bokeh

0 commit comments

Comments
 (0)