Skip to content

Commit 9cb2213

Browse files
committed
Update notebook to latest release
1 parent a647191 commit 9cb2213

10 files changed

+51
-45
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ generated/
2626
test_file_text.txt
2727

2828
# Untracked artifacts from the conda script
29-
repo2docker/buildpacks/conda/environment.py-3.5.yml
3029
repo2docker/buildpacks/conda/environment.py-3.6.yml
3130

3231
\.vscode/

repo2docker/buildpacks/conda/environment.frozen.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO GENERATED FROM environment.py-3.6.yml, DO NOT MANUALLY MODIFY
2-
# Frozen on 2018-11-12 20:48:01 UTC
2+
# Frozen on 2018-11-20 06:19:21 UTC
33
name: r2d
44
channels:
55
- conda-forge
@@ -35,7 +35,7 @@ dependencies:
3535
- nbconvert=5.4.0=1
3636
- nbformat=4.4.0=py_1
3737
- ncurses=6.1=hfc679d8_1
38-
- notebook=5.6.0=py36_1
38+
- notebook=5.7.2=py36_1000
3939
- openssl=1.0.2p=h470a237_1
4040
- pandoc=1.19.2=0
4141
- pandocfilters=1.4.2=py_1
@@ -47,29 +47,29 @@ dependencies:
4747
- prompt_toolkit=2.0.7=py_0
4848
- ptyprocess=0.6.0=py36_1000
4949
- pygments=2.2.0=py_1
50-
- pyrsistent=0.14.5=py36h470a237_1
50+
- pyrsistent=0.14.6=py36h470a237_0
5151
- python=3.6.6=h5001a0f_3
5252
- python-dateutil=2.7.5=py_0
5353
- pyzmq=17.1.2=py36hae99301_1
5454
- readline=7.0=haf1bffa_1
5555
- send2trash=1.5.0=py_0
56-
- setuptools=40.5.0=py36_0
56+
- setuptools=40.6.2=py36_0
5757
- six=1.11.0=py36_1001
5858
- sqlite=3.25.3=hb1c47c0_0
5959
- terminado=0.8.1=py36_1001
6060
- testpath=0.4.2=py36_1000
61-
- tk=8.6.8=ha92aebf_0
62-
- tornado=4.5.3=py36_0
61+
- tk=8.6.9=ha92aebf_0
62+
- tornado=5.1.1=py36h470a237_0
6363
- traitlets=4.3.2=py36_1000
6464
- wcwidth=0.1.7=py_1
6565
- webencodings=0.5.1=py_1
66-
- wheel=0.32.2=py36_0
66+
- wheel=0.32.3=py36_0
6767
- widgetsnbextension=3.2.1=py36_1
6868
- xz=5.2.4=h470a237_1
6969
- zeromq=4.2.5=hfc679d8_6
7070
- zlib=1.2.11=h470a237_3
7171
- pip:
72-
- alembic==1.0.2
72+
- alembic==1.0.3
7373
- async-generator==1.10
7474
- chardet==3.0.4
7575
- idna==2.7

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO GENERATED FROM environment.py-2.7.yml, DO NOT MANUALLY MODIFY
2-
# Frozen on 2018-11-12 20:35:26 UTC
2+
# Frozen on 2018-11-20 06:11:34 UTC
33
name: r2d
44
channels:
55
- conda-forge
@@ -13,6 +13,7 @@ dependencies:
1313
- certifi=2018.10.15=py27_1000
1414
- decorator=4.3.0=py_0
1515
- enum34=1.1.6=py27_1001
16+
- futures=3.2.0=py27_1000
1617
- ipykernel=4.8.2=py27_0
1718
- ipython=5.8.0=py27_0
1819
- ipython_genutils=0.2.0=py_1
@@ -36,20 +37,17 @@ dependencies:
3637
- pyzmq=17.1.2=py27hae99301_1
3738
- readline=7.0=haf1bffa_1
3839
- scandir=1.9.0=py27h470a237_0
39-
- setuptools=40.5.0=py27_0
40+
- setuptools=40.6.2=py27_0
4041
- simplegeneric=0.8.1=py_1
4142
- singledispatch=3.4.0.3=py27_1000
4243
- six=1.11.0=py27_1001
4344
- sqlite=3.25.3=hb1c47c0_0
44-
- ssl_match_hostname=3.5.0.1=py27_1001
45-
- tk=8.6.8=ha92aebf_0
46-
- tornado=4.5.3=py27_0
45+
- tk=8.6.9=ha92aebf_0
46+
- tornado=5.1.1=py27h470a237_0
4747
- traitlets=4.3.2=py27_1000
4848
- wcwidth=0.1.7=py_1
49-
- wheel=0.32.2=py27_0
49+
- wheel=0.32.3=py27_0
5050
- zeromq=4.2.5=hfc679d8_6
5151
- zlib=1.2.11=h470a237_3
52-
- pip:
53-
- backports.ssl-match-hostname==3.5.0.1
5452
prefix: /opt/conda/envs/r2d
5553

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
dependencies:
22
- python=2.7.*
33
- ipykernel==4.8.2
4-
- tornado==4.5.3

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO GENERATED FROM environment.py-3.5.yml, DO NOT MANUALLY MODIFY
2-
# Frozen on 2018-11-12 20:43:21 UTC
2+
# Frozen on 2018-11-20 06:16:12 UTC
33
name: r2d
44
channels:
55
- conda-forge
@@ -35,7 +35,7 @@ dependencies:
3535
- nbconvert=5.4.0=1
3636
- nbformat=4.4.0=py_1
3737
- ncurses=6.1=hfc679d8_1
38-
- notebook=5.6.0=py35_1
38+
- notebook=5.7.0=py35_0
3939
- openssl=1.0.2p=h470a237_1
4040
- pandoc=1.19.2=0
4141
- pandocfilters=1.4.2=py_1
@@ -58,8 +58,8 @@ dependencies:
5858
- sqlite=3.25.3=hb1c47c0_0
5959
- terminado=0.8.1=py35_1
6060
- testpath=0.3.1=py35_1
61-
- tk=8.6.8=ha92aebf_0
62-
- tornado=4.5.3=py35_0
61+
- tk=8.6.9=ha92aebf_0
62+
- tornado=5.1.1=py35h470a237_0
6363
- traitlets=4.3.2=py35_0
6464
- wcwidth=0.1.7=py_1
6565
- webencodings=0.5.1=py_1
@@ -69,7 +69,7 @@ dependencies:
6969
- zeromq=4.2.5=hfc679d8_6
7070
- zlib=1.2.11=h470a237_3
7171
- pip:
72-
- alembic==1.0.2
72+
- alembic==1.0.3
7373
- async-generator==1.10
7474
- chardet==3.0.4
7575
- idna==2.7
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
dependencies:
2+
- python=3.5.*
3+
- ipywidgets==7.2.1
4+
- jupyterlab==0.34.9
5+
- nbconvert==5.4.0
6+
- pip:
7+
# conda-forge dropped python 3.5 support so we use the pip package
8+
# for notebook
9+
- notebook==5.7.2
10+
- nteract_on_jupyter==1.9.6
11+
- jupyterhub==0.9.4

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO GENERATED FROM environment.py-3.6.yml, DO NOT MANUALLY MODIFY
2-
# Frozen on 2018-11-12 20:48:01 UTC
2+
# Frozen on 2018-11-20 06:19:21 UTC
33
name: r2d
44
channels:
55
- conda-forge
@@ -35,7 +35,7 @@ dependencies:
3535
- nbconvert=5.4.0=1
3636
- nbformat=4.4.0=py_1
3737
- ncurses=6.1=hfc679d8_1
38-
- notebook=5.6.0=py36_1
38+
- notebook=5.7.2=py36_1000
3939
- openssl=1.0.2p=h470a237_1
4040
- pandoc=1.19.2=0
4141
- pandocfilters=1.4.2=py_1
@@ -47,29 +47,29 @@ dependencies:
4747
- prompt_toolkit=2.0.7=py_0
4848
- ptyprocess=0.6.0=py36_1000
4949
- pygments=2.2.0=py_1
50-
- pyrsistent=0.14.5=py36h470a237_1
50+
- pyrsistent=0.14.6=py36h470a237_0
5151
- python=3.6.6=h5001a0f_3
5252
- python-dateutil=2.7.5=py_0
5353
- pyzmq=17.1.2=py36hae99301_1
5454
- readline=7.0=haf1bffa_1
5555
- send2trash=1.5.0=py_0
56-
- setuptools=40.5.0=py36_0
56+
- setuptools=40.6.2=py36_0
5757
- six=1.11.0=py36_1001
5858
- sqlite=3.25.3=hb1c47c0_0
5959
- terminado=0.8.1=py36_1001
6060
- testpath=0.4.2=py36_1000
61-
- tk=8.6.8=ha92aebf_0
62-
- tornado=4.5.3=py36_0
61+
- tk=8.6.9=ha92aebf_0
62+
- tornado=5.1.1=py36h470a237_0
6363
- traitlets=4.3.2=py36_1000
6464
- wcwidth=0.1.7=py_1
6565
- webencodings=0.5.1=py_1
66-
- wheel=0.32.2=py36_0
66+
- wheel=0.32.3=py36_0
6767
- widgetsnbextension=3.2.1=py36_1
6868
- xz=5.2.4=h470a237_1
6969
- zeromq=4.2.5=hfc679d8_6
7070
- zlib=1.2.11=h470a237_3
7171
- pip:
72-
- alembic==1.0.2
72+
- alembic==1.0.3
7373
- async-generator==1.10
7474
- chardet==3.0.4
7575
- idna==2.7

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO GENERATED FROM environment.py-3.7.yml, DO NOT MANUALLY MODIFY
2-
# Frozen on 2018-11-12 20:38:27 UTC
2+
# Frozen on 2018-11-20 06:13:10 UTC
33
name: r2d
44
channels:
55
- conda-forge
@@ -34,7 +34,7 @@ dependencies:
3434
- nbconvert=5.4.0=1
3535
- nbformat=4.4.0=py_1
3636
- ncurses=6.1=hfc679d8_1
37-
- notebook=5.6.0=py37_1
37+
- notebook=5.7.2=py37_1000
3838
- openssl=1.0.2p=h470a237_1
3939
- pandoc=1.19.2=0
4040
- pandocfilters=1.4.2=py_1
@@ -46,31 +46,31 @@ dependencies:
4646
- prompt_toolkit=2.0.7=py_0
4747
- ptyprocess=0.6.0=py37_1000
4848
- pygments=2.2.0=py_1
49-
- pyrsistent=0.14.5=py37h470a237_1
50-
- python=3.7.0=h5001a0f_6
49+
- pyrsistent=0.14.6=py37h470a237_0
50+
- python=3.7.1=h5001a0f_0
5151
- python-dateutil=2.7.5=py_0
5252
- pyzmq=17.1.2=py37hae99301_1
5353
- readline=7.0=haf1bffa_1
5454
- send2trash=1.5.0=py_0
55-
- setuptools=40.5.0=py37_0
55+
- setuptools=40.6.2=py37_0
5656
- six=1.11.0=py37_1001
5757
- sqlite=3.25.3=hb1c47c0_0
5858
- terminado=0.8.1=py37_1001
5959
- testpath=0.4.2=py37_1000
60-
- tk=8.6.8=ha92aebf_0
60+
- tk=8.6.9=ha92aebf_0
61+
- tornado=5.1.1=py37h470a237_0
6162
- traitlets=4.3.2=py37_1000
6263
- wcwidth=0.1.7=py_1
6364
- webencodings=0.5.1=py_1
64-
- wheel=0.32.2=py37_0
65+
- wheel=0.32.3=py37_0
6566
- widgetsnbextension=3.4.2=py37_1000
6667
- xz=5.2.4=h470a237_1
6768
- zeromq=4.2.5=hfc679d8_6
6869
- zlib=1.2.11=h470a237_3
6970
- ipywidgets=7.2.1=py37_0
7071
- jupyterlab=0.34.9=py37_0
71-
- tornado=4.5.3=py37_0
7272
- pip:
73-
- alembic==1.0.2
73+
- alembic==1.0.3
7474
- async-generator==1.10
7575
- chardet==3.0.4
7676
- idna==2.7
@@ -84,3 +84,4 @@ dependencies:
8484
- sqlalchemy==1.2.14
8585
- urllib3==1.24.1
8686
prefix: /opt/conda/envs/r2d
87+
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2-
# Generated on 2018-11-12 20:38:27 UTC
2+
# Generated on 2018-11-20 06:13:10 UTC
33
dependencies:
44
- python=3.7.*
55
- ipywidgets==7.2.1
66
- jupyterlab==0.34.9
77
- nbconvert==5.4.0
8-
- tornado==4.5.3
9-
- notebook==5.6.0
8+
- notebook==5.7.2
109
- pip:
1110
- nteract_on_jupyter==1.9.6
1211
- jupyterhub==0.9.4

repo2docker/buildpacks/conda/environment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ dependencies:
33
- ipywidgets==7.2.1
44
- jupyterlab==0.34.9
55
- nbconvert==5.4.0
6-
- tornado==4.5.3
7-
- notebook==5.6.0
6+
- notebook==5.7.2
87
- pip:
98
- nteract_on_jupyter==1.9.6
109
- jupyterhub==0.9.4

0 commit comments

Comments
 (0)