From 54ee2401efedb7b33653f97e32c36f0c9de4d096 Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Wed, 27 Sep 2017 10:57:35 -0700 Subject: [PATCH] Update JupyterLab to 0.27 How would we run commands to install JupyterLab packages which require running bash commands such as `jupyter labextension install foo`? @blink1073 --- repo2docker/files/conda/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo2docker/files/conda/environment.yml b/repo2docker/files/conda/environment.yml index 85f4d147..95b7e152 100644 --- a/repo2docker/files/conda/environment.yml +++ b/repo2docker/files/conda/environment.yml @@ -4,4 +4,4 @@ dependencies: - ipython==6.0.0 - ipykernel==4.6.0 - ipywidgets==6.0.0 - - jupyterlab==0.22.1 + - jupyterlab==0.27