##// END OF EJS Templates
Update formatting example nb
Fernando Perez -
Show More
@@ -9,6 +9,12 b''
9 {
9 {
10 "cell_type": "markdown",
10 "cell_type": "markdown",
11 "source": [
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 "# Title (h1)",
18 "# Title (h1)",
13 "",
19 "",
14 "## Heading (h2)",
20 "## Heading (h2)",
@@ -48,8 +54,7 b''
48 "",
54 "",
49 "###### Heading (h6)",
55 "###### Heading (h6)",
50 "",
56 "",
51 "## Heading (h2)",
57 "## Heading (h2)"
52 ""
53 ]
58 ]
54 },
59 },
55 {
60 {
@@ -67,7 +72,7 b''
67 "",
72 "",
68 "###### Heading (h6)",
73 "###### Heading (h6)",
69 "",
74 "",
70 "Now for a simpel code example:",
75 "Now for a simple code example:",
71 "",
76 "",
72 " for i in range(10):",
77 " for i in range(10):",
73 " print i",
78 " print i",
@@ -112,7 +117,8 b''
112 "collapsed": true,
117 "collapsed": true,
113 "input": [],
118 "input": [],
114 "language": "python",
119 "language": "python",
115 "outputs": []
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