From d6a1b44e7b8222c01de96776b4374229d1704abf Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Tue, 17 Oct 2017 10:27:48 -0700 Subject: [PATCH] Upgrade to jupyterlab 0.28.0 --- 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 95b7e152..76c12272 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.27 + - jupyterlab==0.28