Show More
@@ -1,224 +1,224 b'' | |||
|
1 | 1 | <!DOCTYPE HTML> |
|
2 | 2 | <html> |
|
3 | 3 | |
|
4 | 4 | <head> |
|
5 | 5 | <meta charset="utf-8"> |
|
6 | 6 | |
|
7 | 7 | <title>IPython Notebook</title> |
|
8 | 8 | |
|
9 | 9 | <link rel="stylesheet" href="static/jquery/css/themes/aristo/jquery-wijmo.css" type="text/css" /> |
|
10 | 10 | <!-- <link rel="stylesheet" href="static/jquery/css/themes/rocket/jquery-wijmo.css" type="text/css" /> --> |
|
11 | 11 | <!-- <link rel="stylesheet" href="static/jquery/css/themes/smoothness/jquery-ui-1.8.14.custom.css" type="text/css" />--> |
|
12 | 12 | |
|
13 | 13 | <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" charset="utf-8"></script> |
|
14 | 14 | <!-- <script type='text/javascript' src='static/mathjax/MathJax.js?config=TeX-AMS_HTML' charset='utf-8'></script> --> |
|
15 | 15 | <script type="text/javascript"> |
|
16 | 16 | if (typeof MathJax == 'undefined') { |
|
17 | 17 | console.log("Trying to load local copy of MathJax"); |
|
18 | 18 | document.write(unescape("%3Cscript type='text/javascript' src='static/mathjax/MathJax.js%3Fconfig=TeX-AMS_HTML' charset='utf-8'%3E%3C/script%3E")); |
|
19 | 19 | } |
|
20 | 20 | </script> |
|
21 | 21 | |
|
22 | 22 | <link rel="stylesheet" href="static/codemirror-2.12/lib/codemirror.css"> |
|
23 | 23 | <link rel="stylesheet" href="static/codemirror-2.12/mode/rst/rst.css"> |
|
24 | 24 | <link rel="stylesheet" href="static/codemirror-2.12/theme/ipython.css"> |
|
25 | 25 | <link rel="stylesheet" href="static/codemirror-2.12/theme/default.css"> |
|
26 | 26 | |
|
27 | 27 | <link rel="stylesheet" href="static/css/boilerplate.css" type="text/css" /> |
|
28 | 28 | <link rel="stylesheet" href="static/css/layout.css" type="text/css" /> |
|
29 | 29 | <link rel="stylesheet" href="static/css/base.css" type="text/css" /> |
|
30 | 30 | <link rel="stylesheet" href="static/css/notebook.css" type="text/css" /> |
|
31 | 31 | <link rel="stylesheet" href="static/css/renderedhtml.css" type="text/css" /> |
|
32 | 32 | |
|
33 | 33 | |
|
34 | 34 | </head> |
|
35 | 35 | |
|
36 | 36 | <body> |
|
37 | 37 | |
|
38 | 38 | <div id="header"> |
|
39 | 39 | <span id="ipython_notebook"><h1>IPython Notebook</h1></span> |
|
40 | 40 | <span id="save_widget"> |
|
41 | 41 | <input type="text" id="notebook_name" size="20"></textarea> |
|
42 | 42 | <span id="notebook_id" style="display:none">{{notebook_id}}</span> |
|
43 | 43 | <button id="save_notebook">Save</button> |
|
44 | 44 | </span> |
|
45 | 45 | <span id="kernel_status">Idle</span> |
|
46 | 46 | </div> |
|
47 | 47 | |
|
48 | 48 | <div id="main_app"> |
|
49 | 49 | |
|
50 | 50 | <div id="left_panel"> |
|
51 | 51 | |
|
52 | 52 | <div id="notebook_section"> |
|
53 | 53 | <h3 class="section_header">Notebook</h3> |
|
54 | 54 | <div class="section_content"> |
|
55 | 55 | <div class="section_row"> |
|
56 | 56 | <span id="new_open" class="section_row_buttons"> |
|
57 | 57 | <button id="new_notebook">New</button> |
|
58 | 58 | <button id="open_notebook">Open</button> |
|
59 | 59 | </span> |
|
60 | 60 | <span class="section_row_header">Actions</span> |
|
61 | 61 | </div> |
|
62 | 62 | <div class="section_row"> |
|
63 | 63 | <span> |
|
64 | 64 | <select id="download_format"> |
|
65 | 65 | <option value="xml">xml</option> |
|
66 | 66 | <option value="json">json</option> |
|
67 | 67 | <option value="py">py</option> |
|
68 | 68 | </select> |
|
69 | 69 | </span> |
|
70 | 70 | <span class="section_row_buttons"> |
|
71 | 71 | <button id="download_notebook">Export</button> |
|
72 | 72 | </span> |
|
73 | 73 | </div> |
|
74 | 74 | </div> |
|
75 | 75 | </div> |
|
76 | 76 | |
|
77 | 77 | <div id="cell_section"> |
|
78 | 78 | <h3 class="section_header">Cell</h3> |
|
79 | 79 | <div class="section_content"> |
|
80 | 80 | <div class="section_row"> |
|
81 | 81 | <span class="section_row_buttons"> |
|
82 | 82 | <button id="delete_cell">Delete</button> |
|
83 | 83 | </span> |
|
84 | 84 | <span class="section_row_header">Actions</span> |
|
85 | 85 | </div> |
|
86 | 86 | <div class="section_row"> |
|
87 | 87 | <span id="cell_type" class="section_row_buttons"> |
|
88 | 88 | <button id="to_code">Code</button> |
|
89 | 89 | <button id="to_html">HTML</button> |
|
90 | 90 | <button id="to_markdown">Markdown</button> |
|
91 | 91 | </span> |
|
92 | 92 | <span class="button_label">Format</span> |
|
93 | 93 | </div> |
|
94 | 94 | <div class="section_row"> |
|
95 | 95 | <span id="toggle_output" class="section_row_buttons"> |
|
96 | 96 | <button id="collapse_cell">Collapse</button> |
|
97 | 97 | <button id="expand_cell">Expand</button> |
|
98 |
<button id="clear_all_output">Clr |
|
|
98 | <button id="clear_all_output">ClearAll</button> | |
|
99 | 99 | </span> |
|
100 | 100 | <span class="button_label">Output</span> |
|
101 | 101 | </div> |
|
102 | 102 | <div class="section_row"> |
|
103 | 103 | <span id="insert" class="section_row_buttons"> |
|
104 | 104 | <button id="insert_cell_above">Above</button> |
|
105 | 105 | <button id="insert_cell_below">Below</button> |
|
106 | 106 | </span> |
|
107 | 107 | <span class="button_label">Insert</span> |
|
108 | 108 | </div> |
|
109 | 109 | <div class="section_row"> |
|
110 | 110 | <span id="move" class="section_row_buttons"> |
|
111 | 111 | <button id="move_cell_up">Up</button> |
|
112 | 112 | <button id="move_cell_down">Down</button> |
|
113 | 113 | </span> |
|
114 | 114 | <span class="button_label">Move</span> |
|
115 | 115 | </div> |
|
116 | 116 | <div class="section_row"> |
|
117 | 117 | <span id="run_cells" class="section_row_buttons"> |
|
118 | 118 | <button id="run_selected_cell">Selected</button> |
|
119 | 119 | <button id="run_all_cells">All</button> |
|
120 | 120 | </span> |
|
121 | 121 | <span class="button_label">Run</span> |
|
122 | 122 | </div> |
|
123 | 123 | <div class="section_row"> |
|
124 | 124 | <span id="autoindent_span"> |
|
125 | 125 | <input type="checkbox" id="autoindent" checked="true"></input> |
|
126 | 126 | </span> |
|
127 | 127 | <span class="checkbox_label">Autoindent:</span> |
|
128 | 128 | </div> |
|
129 | 129 | </div> |
|
130 | 130 | </div> |
|
131 | 131 | |
|
132 | 132 | <div id="kernel_section"> |
|
133 | 133 | <h3 class="section_header">Kernel</h3> |
|
134 | 134 | <div class="section_content"> |
|
135 | 135 | <div class="section_row"> |
|
136 | 136 | <span id="int_restart" class="section_row_buttons"> |
|
137 | 137 | <button id="int_kernel">Interrupt</button> |
|
138 | 138 | <button id="restart_kernel">Restart</button> |
|
139 | 139 | </span> |
|
140 | 140 | <span class="section_row_header">Actions</span> |
|
141 | 141 | </div> |
|
142 | 142 | <div class="section_row"> |
|
143 | 143 | <span id="kernel_persist"> |
|
144 | 144 | <input type="checkbox" id="kill_kernel"></input> |
|
145 | 145 | </span> |
|
146 | 146 | <span class="checkbox_label">Kill kernel upon exit:</span> |
|
147 | 147 | </div> |
|
148 | 148 | </div> |
|
149 | 149 | </div> |
|
150 | 150 | |
|
151 | 151 | <div id="help_section"> |
|
152 | 152 | <h3 class="section_header">Help</h3> |
|
153 | 153 | <div class="section_content"> |
|
154 | 154 | <div class="section_row"> |
|
155 | 155 | <span id="help_buttons0" class="section_row_buttons"> |
|
156 | 156 | <button id="python_help"><a href="http://docs.python.org" target="_blank">Python</a></button> |
|
157 | 157 | <button id="ipython_help"><a href="http://ipython.org/documentation.html" target="_blank">IPython</a></button> |
|
158 | 158 | <button id="numpy_help"><a href="http://docs.scipy.org/doc/numpy/reference/" target="_blank">NumPy</a></button> |
|
159 | 159 | </span> |
|
160 | 160 | <span class="section_row_header">Links</span> |
|
161 | 161 | </div> |
|
162 | 162 | <div class="section_row"> |
|
163 | 163 | <span id="help_buttons1" class="section_row_buttons"> |
|
164 | 164 | <button id="matplotlib_help"><a href="http://matplotlib.sourceforge.net/" target="_blank">MPL</a></button> |
|
165 | 165 | <button id="scipy_help"><a href="http://docs.scipy.org/doc/scipy/reference/" target="_blank">SciPy</a></button> |
|
166 | 166 | <button id="sympy_help"><a href="http://docs.sympy.org/dev/index.html" target="_blank">SymPy</a></button> |
|
167 | 167 | </span> |
|
168 | 168 | </div> |
|
169 | 169 | <div class="section_row"> |
|
170 | 170 | <span class="help_string">run selected cell</span> |
|
171 | 171 | <span class="help_string_label">Shift-Enter |</span> |
|
172 | 172 | </div> |
|
173 | 173 | <div class="section_row"> |
|
174 | 174 | <span class="help_string">run in terminal mode</span> |
|
175 | 175 | <span class="help_string_label">Ctrl-Enter |</span> |
|
176 | 176 | </div> |
|
177 | 177 | </div> |
|
178 | 178 | </div> |
|
179 | 179 | |
|
180 | 180 | </div> |
|
181 | 181 | <div id="left_panel_splitter"></div> |
|
182 | 182 | <div id="notebook_panel"> |
|
183 | 183 | <div id="notebook"></div> |
|
184 | 184 | <div id="pager_splitter"></div> |
|
185 | 185 | <div id="pager"></div> |
|
186 | 186 | </div> |
|
187 | 187 | |
|
188 | 188 | </div> |
|
189 | 189 | |
|
190 | 190 | <script src="static/jquery/js/jquery-1.6.2.min.js" type="text/javascript" charset="utf-8"></script> |
|
191 | 191 | <script src="static/jquery/js/jquery-ui-1.8.14.custom.min.js" type="text/javascript" charset="utf-8"></script> |
|
192 | 192 | <script src="static/jquery/js/jquery.autogrow.js" type="text/javascript" charset="utf-8"></script> |
|
193 | 193 | |
|
194 | 194 | <script src="static/codemirror-2.12/lib/codemirror.js" charset="utf-8"></script> |
|
195 | 195 | <script src="static/codemirror-2.12/mode/python/python.js" charset="utf-8"></script> |
|
196 | 196 | <script src="static/codemirror-2.12/mode/htmlmixed/htmlmixed.js" charset="utf-8"></script> |
|
197 | 197 | <script src="static/codemirror-2.12/mode/xml/xml.js" charset="utf-8"></script> |
|
198 | 198 | <script src="static/codemirror-2.12/mode/javascript/javascript.js" charset="utf-8"></script> |
|
199 | 199 | <script src="static/codemirror-2.12/mode/css/css.js" charset="utf-8"></script> |
|
200 | 200 | <script src="static/codemirror-2.12/mode/rst/rst.js" charset="utf-8"></script> |
|
201 | 201 | |
|
202 | 202 | <script src="static/pagedown/Markdown.Converter.js" charset="utf-8"></script> |
|
203 | 203 | |
|
204 | 204 | <script src="static/js/namespace.js" type="text/javascript" charset="utf-8"></script> |
|
205 | 205 | <script src="static/js/utils.js" type="text/javascript" charset="utf-8"></script> |
|
206 | 206 | <script src="static/js/cell.js" type="text/javascript" charset="utf-8"></script> |
|
207 | 207 | <script src="static/js/codecell.js" type="text/javascript" charset="utf-8"></script> |
|
208 | 208 | <script src="static/js/textcell.js" type="text/javascript" charset="utf-8"></script> |
|
209 | 209 | <script src="static/js/kernel.js" type="text/javascript" charset="utf-8"></script> |
|
210 | 210 | <script src="static/js/kernelstatus.js" type="text/javascript" charset="utf-8"></script> |
|
211 | 211 | <script src="static/js/layout.js" type="text/javascript" charset="utf-8"></script> |
|
212 | 212 | <script src="static/js/savewidget.js" type="text/javascript" charset="utf-8"></script> |
|
213 | 213 | <script src="static/js/pager.js" type="text/javascript" charset="utf-8"></script> |
|
214 | 214 | <script src="static/js/panelsection.js" type="text/javascript" charset="utf-8"></script> |
|
215 | 215 | <script src="static/js/leftpanel.js" type="text/javascript" charset="utf-8"></script> |
|
216 | 216 | <script src="static/js/notebook.js" type="text/javascript" charset="utf-8"></script> |
|
217 | 217 | <script src="static/js/notebook_main.js" type="text/javascript" charset="utf-8"></script> |
|
218 | 218 | |
|
219 | 219 | |
|
220 | 220 | </body> |
|
221 | 221 | |
|
222 | 222 | </html> |
|
223 | 223 | |
|
224 | 224 |
General Comments 0
You need to be logged in to leave comments.
Login now