Skip to content

Commit 52855c2

Browse files
authored
Merge pull request #475 from betatim/bump-notebook
[WIP] Update notebook to latest release
2 parents 1552dd2 + ef7bf9e commit 52855c2

12 files changed

+109
-96
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,5 @@ include/
2525
generated/
2626
test_file_text.txt
2727

28-
# Untracked artifacts from the conda script
29-
repo2docker/buildpacks/conda/environment.py-3.5.yml
30-
repo2docker/buildpacks/conda/environment.py-3.6.yml
3128

3229
\.vscode/

repo2docker/buildpacks/conda/environment.frozen.yml

Lines changed: 20 additions & 20 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-12-11 21:19:13 UTC
33
name: r2d
44
channels:
55
- conda-forge
@@ -9,20 +9,20 @@ dependencies:
99
- attrs=18.2.0=py_0
1010
- backcall=0.1.0=py_0
1111
- bleach=3.0.2=py_0
12-
- ca-certificates=2018.10.15=ha4d7672_0
13-
- certifi=2018.10.15=py36_1000
12+
- ca-certificates=2018.11.29=ha4d7672_0
13+
- certifi=2018.11.29=py36_1000
1414
- decorator=4.3.0=py_0
1515
- defusedxml=0.5.0=py_1
1616
- entrypoints=0.2.3=py36_1002
1717
- gmp=6.1.2=hfc679d8_0
1818
- ipykernel=5.1.0=py36h24bf2e0_1001
19-
- ipython=7.1.1=py36h24bf2e0_1000
19+
- ipython=7.2.0=py36h24bf2e0_1000
2020
- ipython_genutils=0.2.0=py_1
2121
- ipywidgets=7.2.1=py36_1
2222
- jedi=0.13.1=py36_1000
2323
- jinja2=2.10=py_1
2424
- jsonschema=3.0.0a3=py36_1000
25-
- jupyter_client=5.2.3=py_1
25+
- jupyter_client=5.2.4=py_0
2626
- jupyter_core=4.4.0=py_0
2727
- jupyterlab=0.34.9=py36_0
2828
- jupyterlab_launcher=0.13.1=py_2
@@ -34,52 +34,52 @@ dependencies:
3434
- mistune=0.8.4=py36h470a237_0
3535
- nbconvert=5.4.0=1
3636
- nbformat=4.4.0=py_1
37-
- ncurses=6.1=hfc679d8_1
38-
- notebook=5.6.0=py36_1
37+
- ncurses=6.1=hfc679d8_2
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
4242
- parso=0.3.1=py_0
4343
- pexpect=4.6.0=py36_1000
4444
- pickleshare=0.7.5=py36_1000
4545
- pip=18.1=py36_1000
46-
- prometheus_client=0.4.2=py_0
46+
- prometheus_client=0.5.0=py_0
4747
- prompt_toolkit=2.0.7=py_0
4848
- ptyprocess=0.6.0=py36_1000
49-
- pygments=2.2.0=py_1
50-
- pyrsistent=0.14.5=py36h470a237_1
51-
- python=3.6.6=h5001a0f_3
49+
- pygments=2.3.0=py_0
50+
- pyrsistent=0.14.7=py36h470a237_0
51+
- python=3.6.7=h5001a0f_1
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
57-
- six=1.11.0=py36_1001
58-
- sqlite=3.25.3=hb1c47c0_0
56+
- setuptools=40.6.2=py36_0
57+
- six=1.12.0=py36_1000
58+
- sqlite=3.26.0=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.5
7373
- async-generator==1.10
7474
- chardet==3.0.4
75-
- idna==2.7
75+
- idna==2.8
7676
- jupyterhub==0.9.4
7777
- mako==1.0.7
7878
- nteract-on-jupyter==1.9.6
7979
- pamela==0.3.0
8080
- python-editor==1.0.3
8181
- python-oauth2==1.1.0
82-
- requests==2.20.1
82+
- requests==2.21.0
8383
- sqlalchemy==1.2.14
8484
- urllib3==1.24.1
8585
prefix: /opt/conda/envs/r2d
Lines changed: 15 additions & 17 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-12-11 21:15:11 UTC
33
name: r2d
44
channels:
55
- conda-forge
@@ -9,47 +9,45 @@ dependencies:
99
- backports=1.0=py_2
1010
- backports.shutil_get_terminal_size=1.0.0=py_3
1111
- backports_abc=0.5=py_1
12-
- ca-certificates=2018.10.15=ha4d7672_0
13-
- certifi=2018.10.15=py27_1000
12+
- ca-certificates=2018.11.29=ha4d7672_0
13+
- certifi=2018.11.29=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
19-
- jupyter_client=5.2.3=py_1
20+
- jupyter_client=5.2.4=py_0
2021
- jupyter_core=4.4.0=py_0
2122
- libffi=3.2.1=hfc679d8_5
2223
- libgcc-ng=7.2.0=hdf63c60_3
2324
- libsodium=1.0.16=h470a237_1
2425
- libstdcxx-ng=7.2.0=hdf63c60_3
25-
- ncurses=6.1=hfc679d8_1
26+
- ncurses=6.1=hfc679d8_2
2627
- openssl=1.0.2p=h470a237_1
27-
- pathlib2=2.3.2=py27_1000
28+
- pathlib2=2.3.3=py27_1000
2829
- pexpect=4.6.0=py27_1000
2930
- pickleshare=0.7.5=py27_1000
3031
- pip=18.1=py27_1000
3132
- prompt_toolkit=1.0.15=py_1
3233
- ptyprocess=0.6.0=py27_1000
33-
- pygments=2.2.0=py_1
34-
- python=2.7.15=h33da82c_4
34+
- pygments=2.3.0=py_0
35+
- python=2.7.15=h33da82c_6
3536
- python-dateutil=2.7.5=py_0
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
42-
- six=1.11.0=py27_1001
43-
- 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
43+
- six=1.12.0=py27_1000
44+
- sqlite=3.26.0=hb1c47c0_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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# AUTO GENERATED FROM environment.py-3.5.yml, DO NOT MANUALLY MODIFY
2-
# Frozen on 2018-11-12 20:43:21 UTC
1+
# py3.5 conda packages are no longer being updated as of 12/2018
2+
# this file is hand-maintained now
3+
# and should only receive security fixes, no new features
34
name: r2d
45
channels:
56
- conda-forge
@@ -35,7 +36,6 @@ dependencies:
3536
- nbconvert=5.4.0=1
3637
- nbformat=4.4.0=py_1
3738
- ncurses=6.1=hfc679d8_1
38-
- notebook=5.6.0=py35_1
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,12 +69,13 @@ 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
7676
- jupyterhub==0.9.4
7777
- mako==1.0.7
78+
- notebook==5.7.2
7879
- nteract-on-jupyter==1.9.6
7980
- pamela==0.3.0
8081
- python-editor==1.0.3
@@ -83,4 +84,3 @@ dependencies:
8384
- sqlalchemy==1.2.14
8485
- urllib3==1.24.1
8586
prefix: /opt/conda/envs/r2d
86-
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# py3.5 is not being auto-generated from this file anymore
2+
# update environment.py-3.5.frozen.yml directly

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

Lines changed: 20 additions & 20 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-12-11 21:19:13 UTC
33
name: r2d
44
channels:
55
- conda-forge
@@ -9,20 +9,20 @@ dependencies:
99
- attrs=18.2.0=py_0
1010
- backcall=0.1.0=py_0
1111
- bleach=3.0.2=py_0
12-
- ca-certificates=2018.10.15=ha4d7672_0
13-
- certifi=2018.10.15=py36_1000
12+
- ca-certificates=2018.11.29=ha4d7672_0
13+
- certifi=2018.11.29=py36_1000
1414
- decorator=4.3.0=py_0
1515
- defusedxml=0.5.0=py_1
1616
- entrypoints=0.2.3=py36_1002
1717
- gmp=6.1.2=hfc679d8_0
1818
- ipykernel=5.1.0=py36h24bf2e0_1001
19-
- ipython=7.1.1=py36h24bf2e0_1000
19+
- ipython=7.2.0=py36h24bf2e0_1000
2020
- ipython_genutils=0.2.0=py_1
2121
- ipywidgets=7.2.1=py36_1
2222
- jedi=0.13.1=py36_1000
2323
- jinja2=2.10=py_1
2424
- jsonschema=3.0.0a3=py36_1000
25-
- jupyter_client=5.2.3=py_1
25+
- jupyter_client=5.2.4=py_0
2626
- jupyter_core=4.4.0=py_0
2727
- jupyterlab=0.34.9=py36_0
2828
- jupyterlab_launcher=0.13.1=py_2
@@ -34,52 +34,52 @@ dependencies:
3434
- mistune=0.8.4=py36h470a237_0
3535
- nbconvert=5.4.0=1
3636
- nbformat=4.4.0=py_1
37-
- ncurses=6.1=hfc679d8_1
38-
- notebook=5.6.0=py36_1
37+
- ncurses=6.1=hfc679d8_2
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
4242
- parso=0.3.1=py_0
4343
- pexpect=4.6.0=py36_1000
4444
- pickleshare=0.7.5=py36_1000
4545
- pip=18.1=py36_1000
46-
- prometheus_client=0.4.2=py_0
46+
- prometheus_client=0.5.0=py_0
4747
- prompt_toolkit=2.0.7=py_0
4848
- ptyprocess=0.6.0=py36_1000
49-
- pygments=2.2.0=py_1
50-
- pyrsistent=0.14.5=py36h470a237_1
51-
- python=3.6.6=h5001a0f_3
49+
- pygments=2.3.0=py_0
50+
- pyrsistent=0.14.7=py36h470a237_0
51+
- python=3.6.7=h5001a0f_1
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
57-
- six=1.11.0=py36_1001
58-
- sqlite=3.25.3=hb1c47c0_0
56+
- setuptools=40.6.2=py36_0
57+
- six=1.12.0=py36_1000
58+
- sqlite=3.26.0=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.5
7373
- async-generator==1.10
7474
- chardet==3.0.4
75-
- idna==2.7
75+
- idna==2.8
7676
- jupyterhub==0.9.4
7777
- mako==1.0.7
7878
- nteract-on-jupyter==1.9.6
7979
- pamela==0.3.0
8080
- python-editor==1.0.3
8181
- python-oauth2==1.1.0
82-
- requests==2.20.1
82+
- requests==2.21.0
8383
- sqlalchemy==1.2.14
8484
- urllib3==1.24.1
8585
prefix: /opt/conda/envs/r2d
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# AUTO GENERATED FROM environment.yml, DO NOT MANUALLY MODIFY
2+
# Generated on 2018-12-11 21:19:13 UTC
3+
dependencies:
4+
- python=3.6.*
5+
- ipywidgets==7.2.1
6+
- jupyterlab==0.34.9
7+
- nbconvert==5.4.0
8+
- notebook==5.7.2
9+
- pip:
10+
- nteract_on_jupyter==1.9.6
11+
- jupyterhub==0.9.4

0 commit comments

Comments
 (0)