File tree 5 files changed +206
-1
lines changed
5 files changed +206
-1
lines changed Original file line number Diff line number Diff line change @@ -44,4 +44,7 @@ __RSS__
44
44
45
45
__ HTTP__
46
46
- [ Load the content from a website with urllib.request] ( http/urlib.ipynb )
47
- - [ Extract the text from a HTML document with Beautiful Soup] ( http/beautifulsoup4.ipynb )
47
+ - [ Extract the text from a HTML document with Beautiful Soup] ( http/beautifulsoup4.ipynb )
48
+
49
+ __ Image__
50
+ - tbd
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
appnope == 0.1.0
2
+ beautifulsoup4 == 4.5.1
3
+ cycler == 0.10.0
4
+ dask == 0.12.0
2
5
decorator == 4.0.10
3
6
entrypoints == 0.2.2
4
7
feedparser == 5.2.1
@@ -14,24 +17,31 @@ jupyter-client==4.4.0
14
17
jupyter-console == 5.0.0
15
18
jupyter-core == 4.2.1
16
19
MarkupSafe == 0.23
20
+ matplotlib == 1.5.3
17
21
mistune == 0.7.3
18
22
nbconvert == 4.3.0
19
23
nbformat == 4.2.0
24
+ networkx == 1.11
20
25
notebook == 4.3.0
21
26
numpy == 1.11.2
22
27
pandas == 0.19.1
23
28
pexpect == 4.2.1
24
29
pickleshare == 0.7.4
30
+ Pillow == 3.4.2
25
31
prompt-toolkit == 1.0.9
26
32
ptyprocess == 0.5.1
27
33
Pygments == 2.1.3
34
+ pyparsing == 2.1.10
28
35
python-dateutil == 2.6.0
29
36
pytz == 2016.10
30
37
pyzmq == 16.0.2
31
38
qtconsole == 4.2.1
39
+ scikit-image == 0.12.3
40
+ scipy == 0.18.1
32
41
simplegeneric == 0.8.1
33
42
six == 1.10.0
34
43
terminado == 0.6
44
+ toolz == 0.8.2
35
45
tornado == 4.4.2
36
46
traitlets == 4.3.1
37
47
wcwidth == 0.1.7
You can’t perform that action at this time.
0 commit comments