Skip to content

Commit 780daf1

Browse files
Update Agosto 2016
1 parent b0b902a commit 780daf1

File tree

122 files changed

+179145
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+179145
-2
lines changed
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# <font color='blue'>Data Science Academy - Python Fundamentos</font>\n",
8+
"# <font color='blue'>Capítulo 1</font>\n"
9+
]
10+
},
11+
{
12+
"cell_type": "markdown",
13+
"metadata": {},
14+
"source": [
15+
"## Como utilizar o Jupyer Notebook"
16+
]
17+
},
18+
{
19+
"cell_type": "code",
20+
"execution_count": 2,
21+
"metadata": {
22+
"collapsed": false
23+
},
24+
"outputs": [
25+
{
26+
"data": {
27+
"text/html": [
28+
"<iframe id=\"ytplayer\" type=\"text/html\" width=\"1000\" height=\"500\" src=\"https://www.youtube.com/embed/JF5hQ9M2YEY\" frameborder=\"2\"/>"
29+
],
30+
"text/plain": [
31+
"<IPython.core.display.HTML object>"
32+
]
33+
},
34+
"execution_count": 2,
35+
"metadata": {},
36+
"output_type": "execute_result"
37+
}
38+
],
39+
"source": [
40+
"# Pressione as teclas shift e enter para executar esse código e assista o vídeo com as instruções.\n",
41+
"\n",
42+
"from IPython.core.display import HTML\n",
43+
"HTML('<iframe id=\"ytplayer\" type=\"text/html\" width=\"1000\" height=\"500\" src=\"https://www.youtube.com/embed/JF5hQ9M2YEY\" frameborder=\"2\"/>')"
44+
]
45+
},
46+
{
47+
"cell_type": "markdown",
48+
"metadata": {},
49+
"source": [
50+
"# Fim"
51+
]
52+
},
53+
{
54+
"cell_type": "markdown",
55+
"metadata": {},
56+
"source": [
57+
"### Obrigado - Data Science Academy - <a href=http://facebook.com/dsacademy>facebook.com/dsacademybr</a>"
58+
]
59+
}
60+
],
61+
"metadata": {
62+
"anaconda-cloud": {},
63+
"kernelspec": {
64+
"display_name": "Python [Root]",
65+
"language": "python",
66+
"name": "Python [Root]"
67+
},
68+
"language_info": {
69+
"codemirror_mode": {
70+
"name": "ipython",
71+
"version": 3
72+
},
73+
"file_extension": ".py",
74+
"mimetype": "text/x-python",
75+
"name": "python",
76+
"nbconvert_exporter": "python",
77+
"pygments_lexer": "ipython3",
78+
"version": "3.5.2"
79+
}
80+
},
81+
"nbformat": 4,
82+
"nbformat_minor": 0
83+
}
Binary file not shown.
Binary file not shown.

JupyterNotebooks/Capítulo01/Jupyter Notebook-Manual de Usuário.ipynb

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

0 commit comments

Comments
 (0)