Skip to content

Commit 175c39f

Browse files
committed
update Index notebook with video link
1 parent 81e4527 commit 175c39f

File tree

2 files changed

+83
-2
lines changed

2 files changed

+83
-2
lines changed

Diff for: notebooks/Index.ipynb

+52-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"metadata": {
33
"name": "",
4-
"signature": "sha256:6d668c263bfa58b9d0af9434b267fd5a74e993eabb25e1847f689082a86eca80"
4+
"signature": "sha256:842ca31b0a9594987bf29d554b1e6f34c1bd7afaabc83c2367149dceb9fddd5d"
55
},
66
"nbformat": 3,
77
"nbformat_minor": 0,
@@ -15,9 +15,59 @@
1515
"# PyCon 2015 Scikit-Learn Tutorial Index\n",
1616
"\n",
1717
"This is the main index of the PyCon 2015 Introduction to Scikit-Learn tutorial, presented by [Jake VanderPlas](http://www.vanderplas.com).\n",
18+
"Please refer to the [github repository](http://github.com/jakevdp/sklearn_pycon2015) for this tutorial for any updates."
19+
]
20+
},
21+
{
22+
"cell_type": "markdown",
23+
"metadata": {},
24+
"source": [
25+
"## Tutorial Video\n",
26+
"\n",
27+
"All PyCon tutorials are filmed; video of this tutorial is available [here](https://www.youtube.com/watch?v=L7R4HUQ-eQ0)."
28+
]
29+
},
30+
{
31+
"cell_type": "code",
32+
"collapsed": false,
33+
"input": [
34+
"from IPython.display import YouTubeVideo\n",
35+
"YouTubeVideo('L7R4HUQ-eQ0')"
36+
],
37+
"language": "python",
38+
"metadata": {},
39+
"outputs": [
40+
{
41+
"html": [
42+
"\n",
43+
" <iframe\n",
44+
" width=\"400\"\n",
45+
" height=300\"\n",
46+
" src=\"https://www.youtube.com/embed/L7R4HUQ-eQ0\"\n",
47+
" frameborder=\"0\"\n",
48+
" allowfullscreen\n",
49+
" ></iframe>\n",
50+
" "
51+
],
52+
"metadata": {},
53+
"output_type": "pyout",
54+
"prompt_number": 1,
55+
"text": [
56+
"<IPython.lib.display.YouTubeVideo at 0x1023d5fd0>"
57+
]
58+
}
59+
],
60+
"prompt_number": 1
61+
},
62+
{
63+
"cell_type": "markdown",
64+
"metadata": {},
65+
"source": [
66+
"## Tutorial Notebooks\n",
1867
"\n",
1968
"The following links are to notebooks containing the tutorial materials.\n",
20-
"Note that many of these require files that are in the directory structure of the [github repository](http://github.com/jakevdp/sklearn_pycon2015) in which they are contained. We will not have time to cover all this material, but I left it here for reference.\n",
69+
"Note that many of these require files that are in the directory structure of the [github repository](http://github.com/jakevdp/sklearn_pycon2015) in which they are contained.\n",
70+
"There is not time during the tutorial to cover all of this material, but I left it in in case attendees would like to go deeper on their own.\n",
2171
"\n",
2272
"### 1. Preliminaries\n",
2373
"\n",

Diff for: notebooks/URL.ipynb

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"metadata": {
3+
"name": "",
4+
"signature": "sha256:1f95e537f09b73b6c4928a1720c367705f030df50311d71d0ff58662a9ccea2a"
5+
},
6+
"nbformat": 3,
7+
"nbformat_minor": 0,
8+
"worksheets": [
9+
{
10+
"cells": [
11+
{
12+
"cell_type": "markdown",
13+
"metadata": {},
14+
"source": [
15+
"---\n",
16+
"\n",
17+
"<br><br><br><br><br><br>\n",
18+
"\n",
19+
"# Download all materials here:\n",
20+
"# http://github.com/jakevdp/sklearn_pycon2015\n",
21+
"\n",
22+
"<br><br><br><br><br><br>\n",
23+
"\n",
24+
"---"
25+
]
26+
}
27+
],
28+
"metadata": {}
29+
}
30+
]
31+
}

0 commit comments

Comments
 (0)