From ba09c97f614bb2a218b742aeb671b5be5585c183 Mon Sep 17 00:00:00 2001 From: iameskild Date: Sun, 5 Jun 2022 18:33:45 -0700 Subject: [PATCH 1/2] install dask lab ext from main --- qhub/template/image/jupyterlab/environment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qhub/template/image/jupyterlab/environment.yaml b/qhub/template/image/jupyterlab/environment.yaml index b5ec1b785..bfc9ba4ad 100644 --- a/qhub/template/image/jupyterlab/environment.yaml +++ b/qhub/template/image/jupyterlab/environment.yaml @@ -19,7 +19,7 @@ dependencies: - retrolab # jupyterlab extensions - - dask_labextension >=5.0.0 +# - dask_labextension >=5.0.0 - jupyterlab-git >=0.30.0 - sidecar >=0.5.0 - jupyter-videochat >=0.5.0 @@ -54,3 +54,4 @@ dependencies: - pip: # vscode jupyterlab launcher - git+https://github.com/betatim/vscode-binder + - git+https://github.com/dask/dask-labextension.git@main From a8675078e4bd2efe66b49a8db397c4feb91a5f4e Mon Sep 17 00:00:00 2001 From: eskild <42120229+iameskild@users.noreply.github.com> Date: Tue, 14 Jun 2022 08:10:46 -0700 Subject: [PATCH 2/2] Update qhub/template/image/jupyterlab/environment.yaml Co-authored-by: Vinicius D. Cerutti <51954708+viniciusdc@users.noreply.github.com> --- qhub/template/image/jupyterlab/environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qhub/template/image/jupyterlab/environment.yaml b/qhub/template/image/jupyterlab/environment.yaml index bfc9ba4ad..6611c4d3c 100644 --- a/qhub/template/image/jupyterlab/environment.yaml +++ b/qhub/template/image/jupyterlab/environment.yaml @@ -54,4 +54,4 @@ dependencies: - pip: # vscode jupyterlab launcher - git+https://github.com/betatim/vscode-binder - - git+https://github.com/dask/dask-labextension.git@main + - git+https://github.com/dask/dask-labextension.git@fc8de03447778e0605d0abafa3d3135f9e49e0d6