Skip to content

Commit a86dede

Browse files
committed
update examples
1 parent bd010b7 commit a86dede

File tree

5 files changed

+206
-1
lines changed

5 files changed

+206
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,7 @@ __RSS__
4444

4545
__HTTP__
4646
- [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

image/data/IMG_0940.JPG

87.3 KB
Loading

image/data/IMG_0941.JPG

88.9 KB
Loading

image/image_diff.ipynb

Lines changed: 192 additions & 0 deletions
Large diffs are not rendered by default.

requirements.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
appnope==0.1.0
2+
beautifulsoup4==4.5.1
3+
cycler==0.10.0
4+
dask==0.12.0
25
decorator==4.0.10
36
entrypoints==0.2.2
47
feedparser==5.2.1
@@ -14,24 +17,31 @@ jupyter-client==4.4.0
1417
jupyter-console==5.0.0
1518
jupyter-core==4.2.1
1619
MarkupSafe==0.23
20+
matplotlib==1.5.3
1721
mistune==0.7.3
1822
nbconvert==4.3.0
1923
nbformat==4.2.0
24+
networkx==1.11
2025
notebook==4.3.0
2126
numpy==1.11.2
2227
pandas==0.19.1
2328
pexpect==4.2.1
2429
pickleshare==0.7.4
30+
Pillow==3.4.2
2531
prompt-toolkit==1.0.9
2632
ptyprocess==0.5.1
2733
Pygments==2.1.3
34+
pyparsing==2.1.10
2835
python-dateutil==2.6.0
2936
pytz==2016.10
3037
pyzmq==16.0.2
3138
qtconsole==4.2.1
39+
scikit-image==0.12.3
40+
scipy==0.18.1
3241
simplegeneric==0.8.1
3342
six==1.10.0
3443
terminado==0.6
44+
toolz==0.8.2
3545
tornado==4.4.2
3646
traitlets==4.3.1
3747
wcwidth==0.1.7

0 commit comments

Comments
 (0)