File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,16 @@ channels:
44dependencies :
55 - python=3.7
66 - nodejs
7- - jupyterlab>=1.0
7+ # TODO: Bump jupyterlab to 2.x once extensions have been made compatibility updates
8+ - jupyterlab=1.*
89 - numpy>=1.18.1
910 - h5py
1011 - scipy>=1.3.0
1112 - toolz
1213 - bokeh>=1.4.0
1314 - dask=2.11.0
14- - dask-labextension>=1.0.3
15+ # TODO: Bump dask-labextension to >=2 once extensions have been made compatibility updates
16+ - dask-labextension=1.1.0
1517 - distributed=2.11.0
1618 - notebook
1719 - matplotlib
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# Install the JupyterLab dask-labextension
4- jupyter labextension install dask-labextension
4+ # TODO: Unpin dask-labextension version once extensions have been made compatibility updates
5+ jupyter labextension install
[email protected] 56jupyter labextension install @jupyter-widgets/jupyterlab-manager
67jupyter labextension install @bokeh/jupyter_bokeh
You can’t perform that action at this time.
0 commit comments