Skip to content

Commit a69b844

Browse files
committed
init commit
1 parent 0f47bf1 commit a69b844

File tree

4 files changed

+4650
-0
lines changed

4 files changed

+4650
-0
lines changed

bird.jpg

656 KB
Loading

birds.ipynb

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

nlp-intro.ipynb

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

rise.css

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
body.rise-enabled div.inner_cell>div.input_area {
2+
font-size: 125%;
3+
}
4+
5+
body.rise-enabled div.output_subarea.output_text.output_result {
6+
font-size: 125%;
7+
}
8+
body.rise-enabled div.output_subarea.output_text.output_stream.output_stdout {
9+
font-size: 125%;
10+
}
11+
12+
body.rise-enabled div.output_subarea.output_html.rendered_html.output_result {
13+
font-size: 125%;
14+
}
15+
16+
body.rise-enabled td {
17+
font-size: 125%;
18+
}
19+
20+
body.rise-enabled th {
21+
font-size: 125%;
22+
}
23+
24+
body.rise-enabled .prompt {
25+
width: 0px; min-width: 0px; visibility: collapse
26+
}
27+
28+
body.rise-enabled h1,
29+
body.rise-enabled h2,
30+
body.rise-enabled h3,
31+
body.rise-enabled h4,
32+
body.rise-enabled h5,
33+
body.rise-enabled h6
34+
{
35+
font-family: "Cambria", serif !important;
36+
font-weight: normal !important;
37+
}

0 commit comments

Comments
 (0)