Show More
@@ -1,290 +1,290 b'' | |||||
1 | <!DOCTYPE HTML> |
|
1 | <!DOCTYPE HTML> | |
2 | <html> |
|
2 | <html> | |
3 |
|
3 | |||
4 | <head> |
|
4 | <head> | |
5 | <meta charset="utf-8"> |
|
5 | <meta charset="utf-8"> | |
6 |
|
6 | |||
7 | <title>IPython Notebook</title> |
|
7 | <title>IPython Notebook</title> | |
8 |
|
8 | |||
9 | <!-- <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" charset="utf-8"></script> --> |
|
9 | <!-- <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" charset="utf-8"></script> --> | |
10 | <script type='text/javascript' src='static/mathjax/MathJax.js?config=TeX-AMS_HTML' charset='utf-8'></script> |
|
10 | <script type='text/javascript' src='static/mathjax/MathJax.js?config=TeX-AMS_HTML' charset='utf-8'></script> | |
11 | <script type="text/javascript"> |
|
11 | <script type="text/javascript"> | |
12 | function CheckMathJax(){ |
|
12 | function CheckMathJax(){ | |
13 | var div=document.getElementById("MathJaxFetchingWarning") |
|
13 | var div=document.getElementById("MathJaxFetchingWarning") | |
14 | if(window.MathJax){ |
|
14 | if(window.MathJax){ | |
15 | document.body.removeChild(div) |
|
15 | document.body.removeChild(div) | |
16 | } |
|
16 | } | |
17 | else{ |
|
17 | else{ | |
18 | div.style.display = "block"; |
|
18 | div.style.display = "block"; | |
19 | } |
|
19 | } | |
20 | } |
|
20 | } | |
21 | if (typeof MathJax == 'undefined') { |
|
21 | if (typeof MathJax == 'undefined') { | |
22 | console.log("No local MathJax, loading from CDN"); |
|
22 | console.log("No local MathJax, loading from CDN"); | |
23 | document.write(unescape("%3Cscript type='text/javascript' src='http://cdn.mathjax.org/mathjax/latest/MathJax.js%3Fconfig=TeX-AMS_HTML' charset='utf-8'%3E%3C/script%3E")); |
|
23 | document.write(unescape("%3Cscript type='text/javascript' src='http://cdn.mathjax.org/mathjax/latest/MathJax.js%3Fconfig=TeX-AMS_HTML' charset='utf-8'%3E%3C/script%3E")); | |
24 | }else{ |
|
24 | }else{ | |
25 | console.log("Using local MathJax"); |
|
25 | console.log("Using local MathJax"); | |
26 | } |
|
26 | } | |
27 | </script> |
|
27 | </script> | |
28 |
|
28 | |||
29 | <link rel="stylesheet" href="static/jquery/css/themes/aristo/jquery-wijmo.css" type="text/css" /> |
|
29 | <link rel="stylesheet" href="static/jquery/css/themes/aristo/jquery-wijmo.css" type="text/css" /> | |
30 | <link rel="stylesheet" href="static/codemirror/lib/codemirror.css"> |
|
30 | <link rel="stylesheet" href="static/codemirror/lib/codemirror.css"> | |
31 | <link rel="stylesheet" href="static/codemirror/mode/markdown/markdown.css"> |
|
31 | <link rel="stylesheet" href="static/codemirror/mode/markdown/markdown.css"> | |
32 | <link rel="stylesheet" href="static/codemirror/mode/rst/rst.css"> |
|
32 | <link rel="stylesheet" href="static/codemirror/mode/rst/rst.css"> | |
33 | <link rel="stylesheet" href="static/codemirror/theme/ipython.css"> |
|
33 | <link rel="stylesheet" href="static/codemirror/theme/ipython.css"> | |
34 | <link rel="stylesheet" href="static/codemirror/theme/default.css"> |
|
34 | <link rel="stylesheet" href="static/codemirror/theme/default.css"> | |
35 |
|
35 | |||
36 | <link rel="stylesheet" href="static/prettify/prettify.css"/> |
|
36 | <link rel="stylesheet" href="static/prettify/prettify.css"/> | |
37 |
|
37 | |||
38 | <link rel="stylesheet" href="static/css/boilerplate.css" type="text/css" /> |
|
38 | <link rel="stylesheet" href="static/css/boilerplate.css" type="text/css" /> | |
39 | <link rel="stylesheet" href="static/css/layout.css" type="text/css" /> |
|
39 | <link rel="stylesheet" href="static/css/layout.css" type="text/css" /> | |
40 | <link rel="stylesheet" href="static/css/base.css" type="text/css" /> |
|
40 | <link rel="stylesheet" href="static/css/base.css" type="text/css" /> | |
41 | <link rel="stylesheet" href="static/css/notebook.css" type="text/css" /> |
|
41 | <link rel="stylesheet" href="static/css/notebook.css" type="text/css" /> | |
42 | <link rel="stylesheet" href="static/css/renderedhtml.css" type="text/css" /> |
|
42 | <link rel="stylesheet" href="static/css/renderedhtml.css" type="text/css" /> | |
43 |
|
43 | |||
44 |
|
44 | |||
45 | </head> |
|
45 | </head> | |
46 |
|
46 | |||
47 | <body onload='CheckMathJax();' |
|
47 | <body onload='CheckMathJax();' | |
48 | data-project={{project}} data-notebook-id={{notebook_id}} |
|
48 | data-project={{project}} data-notebook-id={{notebook_id}} | |
49 | data-base-project-url={{base_project_url}} data-base-kernel-url={{base_kernel_url}} |
|
49 | data-base-project-url={{base_project_url}} data-base-kernel-url={{base_kernel_url}} | |
50 | > |
|
50 | > | |
51 |
|
51 | |||
52 | <div id="header"> |
|
52 | <div id="header"> | |
53 | <span id="ipython_notebook"><h1>IPython Notebook</h1></span> |
|
53 | <span id="ipython_notebook"><h1>IPython Notebook</h1></span> | |
54 | <span id="save_widget"> |
|
54 | <span id="save_widget"> | |
55 | <input type="text" id="notebook_name" size="20"></textarea> |
|
55 | <input type="text" id="notebook_name" size="20"></textarea> | |
56 | <button id="save_notebook"><u>S</u>ave</button> |
|
56 | <button id="save_notebook"><u>S</u>ave</button> | |
57 | </span> |
|
57 | </span> | |
58 | <span id="quick_help_area"> |
|
58 | <span id="quick_help_area"> | |
59 | <button id="quick_help">Quick<u>H</u>elp</button> |
|
59 | <button id="quick_help">Quick<u>H</u>elp</button> | |
60 | </span> |
|
60 | </span> | |
61 | </div> |
|
61 | </div> | |
62 |
|
62 | |||
63 | <div id="MathJaxFetchingWarning" |
|
63 | <div id="MathJaxFetchingWarning" | |
64 | style="width:80%; margin:auto;padding-top:20%;text-align: justify; display:none"> |
|
64 | style="width:80%; margin:auto;padding-top:20%;text-align: justify; display:none"> | |
65 | <p style="font-size:26px;">There was an issue trying to fetch MathJax.js |
|
65 | <p style="font-size:26px;">There was an issue trying to fetch MathJax.js | |
66 | from the internet.</p> |
|
66 | from the internet.</p> | |
67 |
|
67 | |||
68 | <p style="padding:0.2em"> With a working internet connection, you can run |
|
68 | <p style="padding:0.2em"> With a working internet connection, you can run | |
69 | the following at a Python or IPython prompt, which will install a local |
|
69 | the following at a Python or IPython prompt, which will install a local | |
70 | copy of MathJax:</p> |
|
70 | copy of MathJax:</p> | |
71 |
|
71 | |||
72 | <pre style="background-color:lightblue;border:thin silver solid;padding:0.4em"> |
|
72 | <pre style="background-color:lightblue;border:thin silver solid;padding:0.4em"> | |
73 | from IPython.external import mathjax; mathjax.install_mathjax() |
|
73 | from IPython.external import mathjax; mathjax.install_mathjax() | |
74 | </pre> |
|
74 | </pre> | |
75 | This will try to install MathJax into the directory where you installed |
|
75 | This will try to install MathJax into the directory where you installed | |
76 | IPython. If you installed IPython to a location that requires |
|
76 | IPython. If you installed IPython to a location that requires | |
77 | administrative privileges to write, you will need to make this call as |
|
77 | administrative privileges to write, you will need to make this call as | |
78 | an administrator. On OSX/Linux/Unix, this can be done at the |
|
78 | an administrator. On OSX/Linux/Unix, this can be done at the | |
79 | command-line via: |
|
79 | command-line via: | |
80 | <pre style="background-color:lightblue;border:thin silver solid;padding:0.4em"> |
|
80 | <pre style="background-color:lightblue;border:thin silver solid;padding:0.4em"> | |
81 | sudo python -c "from IPython.external import mathjax; mathjax.install_mathjax()" |
|
81 | sudo python -c "from IPython.external import mathjax; mathjax.install_mathjax()" | |
82 | </pre> |
|
82 | </pre> | |
83 | </p> |
|
83 | </p> | |
84 | </div> |
|
84 | </div> | |
85 |
|
85 | |||
86 | <div id="main_app"> |
|
86 | <div id="main_app"> | |
87 |
|
87 | |||
88 | <div id="left_panel"> |
|
88 | <div id="left_panel"> | |
89 |
|
89 | |||
90 | <div id="notebook_section"> |
|
90 | <div id="notebook_section"> | |
91 | <div class="section_header"> |
|
91 | <div class="section_header"> | |
92 | <h3>Notebook</h3> |
|
92 | <h3>Notebook</h3> | |
93 | </div> |
|
93 | </div> | |
94 | <div class="section_content"> |
|
94 | <div class="section_content"> | |
95 | <div class="section_row"> |
|
95 | <div class="section_row"> | |
96 | <span id="new_open" class="section_row_buttons"> |
|
96 | <span id="new_open" class="section_row_buttons"> | |
97 | <button id="new_notebook">New</button> |
|
97 | <button id="new_notebook">New</button> | |
98 | <button id="open_notebook">Open</button> |
|
98 | <button id="open_notebook">Open</button> | |
99 | </span> |
|
99 | </span> | |
100 | <span class="section_row_header">Actions</span> |
|
100 | <span class="section_row_header">Actions</span> | |
101 | </div> |
|
101 | </div> | |
102 | <div class="section_row"> |
|
102 | <div class="section_row"> | |
103 | <span> |
|
103 | <span> | |
104 | <select id="download_format"> |
|
104 | <select id="download_format"> | |
105 | <option value="json">ipynb</option> |
|
105 | <option value="json">ipynb</option> | |
106 | <option value="py">py</option> |
|
106 | <option value="py">py</option> | |
107 | </select> |
|
107 | </select> | |
108 | </span> |
|
108 | </span> | |
109 | <span class="section_row_buttons"> |
|
109 | <span class="section_row_buttons"> | |
110 | <button id="download_notebook">Download</button> |
|
110 | <button id="download_notebook">Download</button> | |
111 | </span> |
|
111 | </span> | |
112 | </div> |
|
112 | </div> | |
113 | <div class="section_row"> |
|
113 | <div class="section_row"> | |
114 | <span class="section_row_buttons"> |
|
114 | <span class="section_row_buttons"> | |
115 | <span id="print_widget"> |
|
115 | <span id="print_widget"> | |
116 | <button id="print_notebook">Print</button> |
|
116 | <button id="print_notebook">Print</button> | |
117 | </span> |
|
117 | </span> | |
118 | </span> |
|
118 | </span> | |
119 | </div> |
|
119 | </div> | |
120 | </div> |
|
120 | </div> | |
121 | </div> |
|
121 | </div> | |
122 |
|
122 | |||
123 | <div id="cell_section"> |
|
123 | <div id="cell_section"> | |
124 | <div class="section_header"> |
|
124 | <div class="section_header"> | |
125 | <h3>Cell</h3> |
|
125 | <h3>Cell</h3> | |
126 | </div> |
|
126 | </div> | |
127 | <div class="section_content"> |
|
127 | <div class="section_content"> | |
128 | <div class="section_row"> |
|
128 | <div class="section_row"> | |
129 | <span class="section_row_buttons"> |
|
129 | <span class="section_row_buttons"> | |
130 | <button id="delete_cell"><u>D</u>elete</button> |
|
130 | <button id="delete_cell"><u>D</u>elete</button> | |
131 | </span> |
|
131 | </span> | |
132 | <span class="section_row_header">Actions</span> |
|
132 | <span class="section_row_header">Actions</span> | |
133 | </div> |
|
133 | </div> | |
134 | <div class="section_row"> |
|
134 | <div class="section_row"> | |
135 | <span id="cell_type" class="section_row_buttons"> |
|
135 | <span id="cell_type" class="section_row_buttons"> | |
136 | <button id="to_code"><u>C</u>ode</button> |
|
136 | <button id="to_code"><u>C</u>ode</button> | |
137 | <!-- <button id="to_html">HTML</button>--> |
|
137 | <!-- <button id="to_html">HTML</button>--> | |
138 | <button id="to_markdown"><u>M</u>arkdown</button> |
|
138 | <button id="to_markdown"><u>M</u>arkdown</button> | |
139 | </span> |
|
139 | </span> | |
140 | <span class="button_label">Format</span> |
|
140 | <span class="button_label">Format</span> | |
141 | </div> |
|
141 | </div> | |
142 | <div class="section_row"> |
|
142 | <div class="section_row"> | |
143 | <span id="cell_output" class="section_row_buttons"> |
|
143 | <span id="cell_output" class="section_row_buttons"> | |
144 | <button id="toggle_output"><u>T</u>oggle</button> |
|
144 | <button id="toggle_output"><u>T</u>oggle</button> | |
145 | <button id="clear_all_output">ClearAll</button> |
|
145 | <button id="clear_all_output">ClearAll</button> | |
146 | </span> |
|
146 | </span> | |
147 | <span class="button_label">Output</span> |
|
147 | <span class="button_label">Output</span> | |
148 | </div> |
|
148 | </div> | |
149 | <div class="section_row"> |
|
149 | <div class="section_row"> | |
150 | <span id="insert" class="section_row_buttons"> |
|
150 | <span id="insert" class="section_row_buttons"> | |
151 | <button id="insert_cell_above"><u>A</u>bove</button> |
|
151 | <button id="insert_cell_above"><u>A</u>bove</button> | |
152 | <button id="insert_cell_below"><u>B</u>elow</button> |
|
152 | <button id="insert_cell_below"><u>B</u>elow</button> | |
153 | </span> |
|
153 | </span> | |
154 | <span class="button_label">Insert</span> |
|
154 | <span class="button_label">Insert</span> | |
155 | </div> |
|
155 | </div> | |
156 | <div class="section_row"> |
|
156 | <div class="section_row"> | |
157 | <span id="move" class="section_row_buttons"> |
|
157 | <span id="move" class="section_row_buttons"> | |
158 | <button id="move_cell_up">Up</button> |
|
158 | <button id="move_cell_up">Up</button> | |
159 | <button id="move_cell_down">Down</button> |
|
159 | <button id="move_cell_down">Down</button> | |
160 | </span> |
|
160 | </span> | |
161 | <span class="button_label">Move</span> |
|
161 | <span class="button_label">Move</span> | |
162 | </div> |
|
162 | </div> | |
163 | <div class="section_row"> |
|
163 | <div class="section_row"> | |
164 | <span id="run_cells" class="section_row_buttons"> |
|
164 | <span id="run_cells" class="section_row_buttons"> | |
165 | <button id="run_selected_cell">Selected</button> |
|
165 | <button id="run_selected_cell">Selected</button> | |
166 | <button id="run_all_cells">All</button> |
|
166 | <button id="run_all_cells">All</button> | |
167 | </span> |
|
167 | </span> | |
168 | <span class="button_label">Run</span> |
|
168 | <span class="button_label">Run</span> | |
169 | </div> |
|
169 | </div> | |
170 | <div class="section_row"> |
|
170 | <div class="section_row"> | |
171 | <span id="autoindent_span"> |
|
171 | <span id="autoindent_span"> | |
172 | <input type="checkbox" id="autoindent" checked="true"></input> |
|
172 | <input type="checkbox" id="autoindent" checked="true"></input> | |
173 | </span> |
|
173 | </span> | |
174 | <span class="checkbox_label" id="autoindent_label">Autoindent:</span> |
|
174 | <span class="checkbox_label" id="autoindent_label">Autoindent:</span> | |
175 | </div> |
|
175 | </div> | |
176 | </div> |
|
176 | </div> | |
177 | </div> |
|
177 | </div> | |
178 |
|
178 | |||
179 | <div id="kernel_section"> |
|
179 | <div id="kernel_section"> | |
180 | <div class="section_header"> |
|
180 | <div class="section_header"> | |
181 | <h3>Kernel</h3> |
|
181 | <h3>Kernel</h3> | |
182 | <span id="kernel_status">Idle</span> |
|
182 | <span id="kernel_status">Idle</span> | |
183 | </div> |
|
183 | </div> | |
184 | <div class="section_content"> |
|
184 | <div class="section_content"> | |
185 | <div class="section_row"> |
|
185 | <div class="section_row"> | |
186 | <span id="int_restart" class="section_row_buttons"> |
|
186 | <span id="int_restart" class="section_row_buttons"> | |
187 | <button id="int_kernel"><u>I</u>nterrupt</button> |
|
187 | <button id="int_kernel"><u>I</u>nterrupt</button> | |
188 | <button id="restart_kernel">Restart</button> |
|
188 | <button id="restart_kernel">Restart</button> | |
189 | </span> |
|
189 | </span> | |
190 | <span class="section_row_header">Actions</span> |
|
190 | <span class="section_row_header">Actions</span> | |
191 | </div> |
|
191 | </div> | |
192 | <div class="section_row"> |
|
192 | <div class="section_row"> | |
193 | <span id="kernel_persist"> |
|
193 | <span id="kernel_persist"> | |
194 | {% if kill_kernel %} |
|
194 | {% if kill_kernel %} | |
195 | <input type="checkbox" id="kill_kernel" checked="true"></input> |
|
195 | <input type="checkbox" id="kill_kernel" checked="true"></input> | |
196 | {% else %} |
|
196 | {% else %} | |
197 | <input type="checkbox" id="kill_kernel"></input> |
|
197 | <input type="checkbox" id="kill_kernel"></input> | |
198 | {% end %} |
|
198 | {% end %} | |
199 | </span> |
|
199 | </span> | |
200 | <span class="checkbox_label" id="kill_kernel_label">Kill kernel upon exit:</span> |
|
200 | <span class="checkbox_label" id="kill_kernel_label">Kill kernel upon exit:</span> | |
201 | </div> |
|
201 | </div> | |
202 | </div> |
|
202 | </div> | |
203 | </div> |
|
203 | </div> | |
204 |
|
204 | |||
205 | <div id="help_section"> |
|
205 | <div id="help_section"> | |
206 | <div class="section_header"> |
|
206 | <div class="section_header"> | |
207 |
<h3> |
|
207 | <h3>Help</h3> | |
208 | </div> |
|
208 | </div> | |
209 | <div class="section_content"> |
|
209 | <div class="section_content"> | |
210 | <div class="section_row"> |
|
210 | <div class="section_row"> | |
211 | <span id="help_buttons0" class="section_row_buttons"> |
|
211 | <span id="help_buttons0" class="section_row_buttons"> | |
212 | <a id="python_help" href="http://docs.python.org" target="_blank">Python</a> |
|
212 | <a id="python_help" href="http://docs.python.org" target="_blank">Python</a> | |
213 | <a id="ipython_help" href="http://ipython.org/documentation.html" target="_blank">IPython</a> |
|
213 | <a id="ipython_help" href="http://ipython.org/documentation.html" target="_blank">IPython</a> | |
214 | </span> |
|
214 | </span> | |
215 | <span class="section_row_header">Links</span> |
|
215 | <span class="section_row_header">Links</span> | |
216 | </div> |
|
216 | </div> | |
217 | <div class="section_row"> |
|
217 | <div class="section_row"> | |
218 | <span id="help_buttons1" class="section_row_buttons"> |
|
218 | <span id="help_buttons1" class="section_row_buttons"> | |
219 | <a id="numpy_help" href="http://docs.scipy.org/doc/numpy/reference/" target="_blank">NumPy</a> |
|
219 | <a id="numpy_help" href="http://docs.scipy.org/doc/numpy/reference/" target="_blank">NumPy</a> | |
220 | <a id="scipy_help" href="http://docs.scipy.org/doc/scipy/reference/" target="_blank">SciPy</a> |
|
220 | <a id="scipy_help" href="http://docs.scipy.org/doc/scipy/reference/" target="_blank">SciPy</a> | |
221 | </span> |
|
221 | </span> | |
222 | </div> |
|
222 | </div> | |
223 | <div class="section_row"> |
|
223 | <div class="section_row"> | |
224 | <span id="help_buttons2" class="section_row_buttons"> |
|
224 | <span id="help_buttons2" class="section_row_buttons"> | |
225 | <a id="matplotlib_help" href="http://matplotlib.sourceforge.net/" target="_blank">MPL</a> |
|
225 | <a id="matplotlib_help" href="http://matplotlib.sourceforge.net/" target="_blank">MPL</a> | |
226 | <a id="sympy_help" href="http://docs.sympy.org/dev/index.html" target="_blank">SymPy</a> |
|
226 | <a id="sympy_help" href="http://docs.sympy.org/dev/index.html" target="_blank">SymPy</a> | |
227 | </span> |
|
227 | </span> | |
228 | </div> |
|
228 | </div> | |
229 | <div class="section_row"> |
|
229 | <div class="section_row"> | |
230 | <span class="help_string">run selected cell</span> |
|
230 | <span class="help_string">run selected cell</span> | |
231 | <span class="help_string_label">Shift-Enter :</span> |
|
231 | <span class="help_string_label">Shift-Enter :</span> | |
232 | </div> |
|
232 | </div> | |
233 | <div class="section_row"> |
|
233 | <div class="section_row"> | |
234 | <span class="help_string">run selected cell in-place</span> |
|
234 | <span class="help_string">run selected cell in-place</span> | |
235 | <span class="help_string_label">Ctrl-Enter :</span> |
|
235 | <span class="help_string_label">Ctrl-Enter :</span> | |
236 | </div> |
|
236 | </div> | |
237 | <div class="section_row"> |
|
237 | <div class="section_row"> | |
238 | <span class="help_string">show keyboard shortcuts</span> |
|
238 | <span class="help_string">show keyboard shortcuts</span> | |
239 | <span class="help_string_label">Ctrl-m h :</span> |
|
239 | <span class="help_string_label">Ctrl-m h :</span> | |
240 | </div> |
|
240 | </div> | |
241 | </div> |
|
241 | </div> | |
242 | </div> |
|
242 | </div> | |
243 |
|
243 | |||
244 | </div> |
|
244 | </div> | |
245 | <div id="left_panel_splitter"></div> |
|
245 | <div id="left_panel_splitter"></div> | |
246 | <div id="notebook_panel"> |
|
246 | <div id="notebook_panel"> | |
247 | <div id="notebook"></div> |
|
247 | <div id="notebook"></div> | |
248 | <div id="pager_splitter"></div> |
|
248 | <div id="pager_splitter"></div> | |
249 | <div id="pager"></div> |
|
249 | <div id="pager"></div> | |
250 | </div> |
|
250 | </div> | |
251 |
|
251 | |||
252 | </div> |
|
252 | </div> | |
253 |
|
253 | |||
254 | <script src="static/jquery/js/jquery-1.6.2.min.js" type="text/javascript" charset="utf-8"></script> |
|
254 | <script src="static/jquery/js/jquery-1.6.2.min.js" type="text/javascript" charset="utf-8"></script> | |
255 | <script src="static/jquery/js/jquery-ui-1.8.14.custom.min.js" type="text/javascript" charset="utf-8"></script> |
|
255 | <script src="static/jquery/js/jquery-ui-1.8.14.custom.min.js" type="text/javascript" charset="utf-8"></script> | |
256 | <script src="static/jquery/js/jquery.autogrow.js" type="text/javascript" charset="utf-8"></script> |
|
256 | <script src="static/jquery/js/jquery.autogrow.js" type="text/javascript" charset="utf-8"></script> | |
257 |
|
257 | |||
258 | <script src="static/codemirror/lib/codemirror.js" charset="utf-8"></script> |
|
258 | <script src="static/codemirror/lib/codemirror.js" charset="utf-8"></script> | |
259 | <script src="static/codemirror/mode/python/python.js" charset="utf-8"></script> |
|
259 | <script src="static/codemirror/mode/python/python.js" charset="utf-8"></script> | |
260 | <script src="static/codemirror/mode/htmlmixed/htmlmixed.js" charset="utf-8"></script> |
|
260 | <script src="static/codemirror/mode/htmlmixed/htmlmixed.js" charset="utf-8"></script> | |
261 | <script src="static/codemirror/mode/xml/xml.js" charset="utf-8"></script> |
|
261 | <script src="static/codemirror/mode/xml/xml.js" charset="utf-8"></script> | |
262 | <script src="static/codemirror/mode/javascript/javascript.js" charset="utf-8"></script> |
|
262 | <script src="static/codemirror/mode/javascript/javascript.js" charset="utf-8"></script> | |
263 | <script src="static/codemirror/mode/css/css.js" charset="utf-8"></script> |
|
263 | <script src="static/codemirror/mode/css/css.js" charset="utf-8"></script> | |
264 | <script src="static/codemirror/mode/rst/rst.js" charset="utf-8"></script> |
|
264 | <script src="static/codemirror/mode/rst/rst.js" charset="utf-8"></script> | |
265 | <script src="static/codemirror/mode/markdown/markdown.js" charset="utf-8"></script> |
|
265 | <script src="static/codemirror/mode/markdown/markdown.js" charset="utf-8"></script> | |
266 |
|
266 | |||
267 | <script src="static/pagedown/Markdown.Converter.js" charset="utf-8"></script> |
|
267 | <script src="static/pagedown/Markdown.Converter.js" charset="utf-8"></script> | |
268 |
|
268 | |||
269 | <script src="static/prettify/prettify.js" charset="utf-8"></script> |
|
269 | <script src="static/prettify/prettify.js" charset="utf-8"></script> | |
270 |
|
270 | |||
271 | <script src="static/js/namespace.js" type="text/javascript" charset="utf-8"></script> |
|
271 | <script src="static/js/namespace.js" type="text/javascript" charset="utf-8"></script> | |
272 | <script src="static/js/utils.js" type="text/javascript" charset="utf-8"></script> |
|
272 | <script src="static/js/utils.js" type="text/javascript" charset="utf-8"></script> | |
273 | <script src="static/js/cell.js" type="text/javascript" charset="utf-8"></script> |
|
273 | <script src="static/js/cell.js" type="text/javascript" charset="utf-8"></script> | |
274 | <script src="static/js/codecell.js" type="text/javascript" charset="utf-8"></script> |
|
274 | <script src="static/js/codecell.js" type="text/javascript" charset="utf-8"></script> | |
275 | <script src="static/js/textcell.js" type="text/javascript" charset="utf-8"></script> |
|
275 | <script src="static/js/textcell.js" type="text/javascript" charset="utf-8"></script> | |
276 | <script src="static/js/kernel.js" type="text/javascript" charset="utf-8"></script> |
|
276 | <script src="static/js/kernel.js" type="text/javascript" charset="utf-8"></script> | |
277 | <script src="static/js/kernelstatus.js" type="text/javascript" charset="utf-8"></script> |
|
277 | <script src="static/js/kernelstatus.js" type="text/javascript" charset="utf-8"></script> | |
278 | <script src="static/js/layout.js" type="text/javascript" charset="utf-8"></script> |
|
278 | <script src="static/js/layout.js" type="text/javascript" charset="utf-8"></script> | |
279 | <script src="static/js/savewidget.js" type="text/javascript" charset="utf-8"></script> |
|
279 | <script src="static/js/savewidget.js" type="text/javascript" charset="utf-8"></script> | |
280 | <script src="static/js/quickhelp.js" type="text/javascript" charset="utf-8"></script> |
|
280 | <script src="static/js/quickhelp.js" type="text/javascript" charset="utf-8"></script> | |
281 | <script src="static/js/pager.js" type="text/javascript" charset="utf-8"></script> |
|
281 | <script src="static/js/pager.js" type="text/javascript" charset="utf-8"></script> | |
282 | <script src="static/js/panelsection.js" type="text/javascript" charset="utf-8"></script> |
|
282 | <script src="static/js/panelsection.js" type="text/javascript" charset="utf-8"></script> | |
283 | <script src="static/js/printwidget.js" type="text/javascript" charset="utf-8"></script> |
|
283 | <script src="static/js/printwidget.js" type="text/javascript" charset="utf-8"></script> | |
284 | <script src="static/js/leftpanel.js" type="text/javascript" charset="utf-8"></script> |
|
284 | <script src="static/js/leftpanel.js" type="text/javascript" charset="utf-8"></script> | |
285 | <script src="static/js/notebook.js" type="text/javascript" charset="utf-8"></script> |
|
285 | <script src="static/js/notebook.js" type="text/javascript" charset="utf-8"></script> | |
286 | <script src="static/js/notebookmain.js" type="text/javascript" charset="utf-8"></script> |
|
286 | <script src="static/js/notebookmain.js" type="text/javascript" charset="utf-8"></script> | |
287 |
|
287 | |||
288 | </body> |
|
288 | </body> | |
289 |
|
289 | |||
290 | </html> |
|
290 | </html> |
General Comments 0
You need to be logged in to leave comments.
Login now