Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 847fdf8

Browse files
Add (rough) content
1 parent 52288b6 commit 847fdf8

File tree

7 files changed

+709
-0
lines changed

7 files changed

+709
-0
lines changed

‎Getting Started.ipynb‎

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Prerequisites for the talk"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"### Set Theory"
15+
]
16+
},
17+
{
18+
"cell_type": "code",
19+
"execution_count": 1,
20+
"metadata": {},
21+
"outputs": [
22+
{
23+
"data": {
24+
"text/html": [
25+
"<iframe src=\"http://students.brown.edu/seeing-theory/compound-probability/index.html#first\" width=\"100%\" height=\"700px\" scrolling=\"no\" style=\"margin-top: -70px;\" frameborder=\"0\"></iframe>"
26+
],
27+
"text/plain": [
28+
"<IPython.core.display.HTML object>"
29+
]
30+
},
31+
"execution_count": 1,
32+
"metadata": {},
33+
"output_type": "execute_result"
34+
}
35+
],
36+
"source": [
37+
"from IPython.display import HTML\n",
38+
"HTML('<iframe src=\"http://students.brown.edu/seeing-theory/compound-probability/index.html#first\" width=\"100%\" height=\"700px\" scrolling=\"no\" style=\"margin-top: -70px;\" frameborder=\"0\"></iframe>')"
39+
]
40+
},
41+
{
42+
"cell_type": "markdown",
43+
"metadata": {},
44+
"source": [
45+
"### Combinatorics"
46+
]
47+
},
48+
{
49+
"cell_type": "code",
50+
"execution_count": 2,
51+
"metadata": {},
52+
"outputs": [
53+
{
54+
"data": {
55+
"text/html": [
56+
"<iframe src=\"http://students.brown.edu/seeing-theory/compound-probability/index.html#second\" width=\"100%\" height=\"800px\" scrolling=\"no\" style=\"margin-top: -70px;\" frameborder=\"0\"></iframe>"
57+
],
58+
"text/plain": [
59+
"<IPython.core.display.HTML object>"
60+
]
61+
},
62+
"execution_count": 2,
63+
"metadata": {},
64+
"output_type": "execute_result"
65+
}
66+
],
67+
"source": [
68+
"HTML('<iframe src=\"http://students.brown.edu/seeing-theory/compound-probability/index.html#second\" width=\"100%\" height=\"800px\" scrolling=\"no\" style=\"margin-top: -70px;\" frameborder=\"0\"></iframe>')"
69+
]
70+
},
71+
{
72+
"cell_type": "markdown",
73+
"metadata": {},
74+
"source": [
75+
"### Basic Python"
76+
]
77+
},
78+
{
79+
"cell_type": "markdown",
80+
"metadata": {
81+
"collapsed": true
82+
},
83+
"source": [
84+
"<img src=\"media/import_soul_2.png\">"
85+
]
86+
},
87+
{
88+
"cell_type": "code",
89+
"execution_count": null,
90+
"metadata": {
91+
"collapsed": true
92+
},
93+
"outputs": [],
94+
"source": []
95+
}
96+
],
97+
"metadata": {
98+
"kernelspec": {
99+
"display_name": "Python 3",
100+
"language": "python",
101+
"name": "python3"
102+
},
103+
"language_info": {
104+
"codemirror_mode": {
105+
"name": "ipython",
106+
"version": 3
107+
},
108+
"file_extension": ".py",
109+
"mimetype": "text/x-python",
110+
"name": "python",
111+
"nbconvert_exporter": "python",
112+
"pygments_lexer": "ipython3",
113+
"version": "3.6.2"
114+
}
115+
},
116+
"nbformat": 4,
117+
"nbformat_minor": 2
118+
}

‎Introduction to Probability.ipynb‎

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

‎media/import_soul_2.png‎

22.9 KB
Loading[フレーム]

‎media/probability-line.svg‎

Lines changed: 129 additions & 0 deletions
Loading[フレーム]

‎requirements.txt‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
numpy==1.13.1
2+
pandas==0.20.3
3+
scipy==0.19.1
4+
matplotlib==2.0.2
5+
ipython==6.1.0
6+
jupyter==1.0.0
7+
notebook==5.0.0

‎utils/__init__.py‎

Whitespace-only changes.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /