Skip to content

Commit 5894512

Browse files
authored
Merge pull request #378 from blink1073/jlab-0.34
Update to JupyterLab 0.34
2 parents b8d8206 + 4102c0f commit 5894512

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

repo2docker/buildpacks/conda/environment.frozen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies:
2828
- jsonschema=2.6.0=py36_1
2929
- jupyter_client=5.2.3=py_1
3030
- jupyter_core=4.4.0=py_0
31-
- jupyterlab=0.32.1=py36_0
32-
- jupyterlab_launcher=0.10.5=py36_0
31+
- jupyterlab=0.34.0=py36_0
32+
- jupyterlab_launcher=0.13.1=py36_0
3333
- libsodium=1.0.16=0
3434
- markupsafe=1.0=py36_0
3535
- mistune=0.8.3=py36_1

repo2docker/buildpacks/conda/environment.py-3.5.frozen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies:
2828
- jsonschema=2.6.0=py35_1
2929
- jupyter_client=5.2.3=py_1
3030
- jupyter_core=4.4.0=py_0
31-
- jupyterlab=0.32.1=py35_0
32-
- jupyterlab_launcher=0.10.5=py35_0
31+
- jupyterlab=0.34.0=py35_0
32+
- jupyterlab_launcher=0.13.1=py35_0
3333
- libsodium=1.0.16=0
3434
- markupsafe=1.0=py35_0
3535
- mistune=0.8.3=py35_1

repo2docker/buildpacks/conda/environment.py-3.6.frozen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies:
2828
- jsonschema=2.6.0=py36_1
2929
- jupyter_client=5.2.3=py_1
3030
- jupyter_core=4.4.0=py_0
31-
- jupyterlab=0.32.1=py36_0
32-
- jupyterlab_launcher=0.10.5=py36_0
31+
- jupyterlab=0.34.0=py36_0
32+
- jupyterlab_launcher=0.13.1=py36_0
3333
- libsodium=1.0.16=0
3434
- markupsafe=1.0=py36_0
3535
- mistune=0.8.3=py36_1

repo2docker/buildpacks/conda/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies:
22
- python=3.6.*
33
- ipywidgets==7.2.1
4-
- jupyterlab==0.32.1
4+
- jupyterlab==0.34.0
55
- tornado==4.5.3
66
- notebook==5.6.0
77
- pip:

0 commit comments

Comments
 (0)