Show More
@@ -9,6 +9,12 b'' | |||||
9 | { |
|
9 | { | |
10 |
|
|
10 | "cell_type": "markdown", | |
11 |
|
|
11 | "source": [ | |
|
12 | "# Examples of basic formatting in the notebook", | |||
|
13 | "", | |||
|
14 | "Normal and formatted text cells such as this one use the ", | |||
|
15 | "[Markdown](http://daringfireball.net/projects/markdown/basics) syntax.", | |||
|
16 | "", | |||
|
17 | "", | |||
12 |
|
|
18 | "# Title (h1)", | |
13 | "", |
|
19 | "", | |
14 |
|
|
20 | "## Heading (h2)", | |
@@ -48,8 +54,7 b'' | |||||
48 | "", |
|
54 | "", | |
49 |
|
|
55 | "###### Heading (h6)", | |
50 | "", |
|
56 | "", | |
51 |
|
|
57 | "## Heading (h2)" | |
52 | "" |
|
|||
53 | ] |
|
58 | ] | |
54 | }, |
|
59 | }, | |
55 | { |
|
60 | { | |
@@ -67,7 +72,7 b'' | |||||
67 | "", |
|
72 | "", | |
68 |
|
|
73 | "###### Heading (h6)", | |
69 | "", |
|
74 | "", | |
70 |
|
|
75 | "Now for a simple code example:", | |
71 | "", |
|
76 | "", | |
72 |
|
|
77 | " for i in range(10):", | |
73 |
|
|
78 | " print i", | |
@@ -112,7 +117,8 b'' | |||||
112 |
|
|
117 | "collapsed": true, | |
113 |
|
|
118 | "input": [], | |
114 |
|
|
119 | "language": "python", | |
115 |
|
|
120 | "outputs": [], | |
|
121 | "prompt_number": " " | |||
116 | } |
|
122 | } | |
117 | ] |
|
123 | ] | |
118 | } |
|
124 | } |
General Comments 0
You need to be logged in to leave comments.
Login now