Show More
@@ -1,266 +1,265 b'' | |||||
1 |
|
1 | |||
2 | /** |
|
2 | /** | |
3 | * Primary styles |
|
3 | * Primary styles | |
4 | * |
|
4 | * | |
5 | * Author: IPython Development Team |
|
5 | * Author: IPython Development Team | |
6 | */ |
|
6 | */ | |
7 |
|
7 | |||
8 |
|
8 | |||
9 | body { |
|
9 | body { | |
10 | background-color: white; |
|
10 | background-color: white; | |
11 | /* This makes sure that the body covers the entire window and needs to |
|
11 | /* This makes sure that the body covers the entire window and needs to | |
12 | be in a different element than the display: box in wrapper below */ |
|
12 | be in a different element than the display: box in wrapper below */ | |
13 | position: absolute; |
|
13 | position: absolute; | |
14 | left: 0px; |
|
14 | left: 0px; | |
15 | right: 0px; |
|
15 | right: 0px; | |
16 | top: 0px; |
|
16 | top: 0px; | |
17 | bottom: 0px; |
|
17 | bottom: 0px; | |
18 | overflow: hidden; |
|
18 | overflow: hidden; | |
19 | } |
|
19 | } | |
20 |
|
20 | |||
21 | span#save_widget { |
|
21 | span#save_widget { | |
22 | position: absolute; |
|
22 | position: absolute; | |
23 | left: 0px; |
|
23 | left: 0px; | |
24 | padding: 5px 0px; |
|
24 | padding: 5px 0px; | |
25 | margin: 0px 0px 0px 0px; |
|
25 | margin: 0px 0px 0px 0px; | |
26 | } |
|
26 | } | |
27 |
|
27 | |||
28 | input#notebook_name { |
|
28 | input#notebook_name { | |
29 | height: 1em; |
|
29 | height: 1em; | |
30 | line-height: 1em; |
|
30 | line-height: 1em; | |
31 | padding: 5px; |
|
31 | padding: 5px; | |
32 | } |
|
32 | } | |
33 |
|
33 | |||
34 | span#kernel_status { |
|
34 | span#kernel_status { | |
35 | position: absolute; |
|
35 | position: absolute; | |
36 | padding: 8px 5px 5px 5px; |
|
36 | padding: 8px 5px 5px 5px; | |
37 | right: 10px; |
|
37 | right: 10px; | |
38 | font-weight: bold; |
|
38 | font-weight: bold; | |
39 | } |
|
39 | } | |
40 |
|
40 | |||
41 | .status_idle { |
|
41 | .status_idle { | |
42 | color: gray; |
|
42 | color: gray; | |
43 | } |
|
43 | } | |
44 |
|
44 | |||
45 | .status_busy { |
|
45 | .status_busy { | |
46 | color: red; |
|
46 | color: red; | |
47 | } |
|
47 | } | |
48 |
|
48 | |||
49 | .status_restarting { |
|
49 | .status_restarting { | |
50 | color: black; |
|
50 | color: black; | |
51 | } |
|
51 | } | |
52 |
|
52 | |||
53 | div#left_panel { |
|
53 | div#left_panel { | |
54 | overflow-y: auto; |
|
54 | overflow-y: auto; | |
55 | top: 0px; |
|
55 | top: 0px; | |
56 | left: 0px; |
|
56 | left: 0px; | |
57 | margin: 0px; |
|
57 | margin: 0px; | |
58 | padding: 0px; |
|
58 | padding: 0px; | |
59 | position: absolute; |
|
59 | position: absolute; | |
60 | } |
|
60 | } | |
61 |
|
61 | |||
62 | h3.section_header { |
|
62 | h3.section_header { | |
63 | padding: 5px; |
|
63 | padding: 5px; | |
64 | } |
|
64 | } | |
65 |
|
65 | |||
66 | div.section_content { |
|
66 | div.section_content { | |
67 | padding: 5px; |
|
67 | padding: 5px; | |
68 | } |
|
68 | } | |
69 |
|
69 | |||
70 |
|
||||
71 | span.section_row_buttons > button { |
|
70 | span.section_row_buttons > button { | |
72 | width: 70px; |
|
71 | width: 70px; | |
73 | } |
|
72 | } | |
74 |
|
73 | |||
75 | .section_row { |
|
74 | .section_row { | |
76 | margin: 5px 0px; |
|
75 | margin: 5px 0px; | |
77 | } |
|
76 | } | |
78 |
|
77 | |||
79 | .section_row_buttons { |
|
78 | .section_row_buttons { | |
80 | float: right; |
|
79 | float: right; | |
81 | } |
|
80 | } | |
82 |
|
81 | |||
83 | #kernel_persist { |
|
82 | #kernel_persist { | |
84 | float: right; |
|
83 | float: right; | |
85 | } |
|
84 | } | |
86 |
|
85 | |||
87 | .checkbox_label { |
|
86 | .checkbox_label { | |
88 | font-size: 85%; |
|
87 | font-size: 85%; | |
89 | float: right; |
|
88 | float: right; | |
90 | padding: 0.3em; |
|
89 | padding: 0.3em; | |
91 | } |
|
90 | } | |
92 |
|
91 | |||
93 | .section_row_header { |
|
92 | .section_row_header { | |
94 | float: left; |
|
93 | float: left; | |
95 | font-size: 85%; |
|
94 | font-size: 85%; | |
96 | padding: 0.4em 0em; |
|
95 | padding: 0.4em 0em; | |
97 | font-weight: bold; |
|
96 | font-weight: bold; | |
98 | } |
|
97 | } | |
99 |
|
98 | |||
100 | span.button_label { |
|
99 | span.button_label { | |
101 | padding: 0.2em 1em; |
|
100 | padding: 0.2em 1em; | |
102 | font-size: 77%; |
|
101 | font-size: 77%; | |
103 | float: right; |
|
102 | float: right; | |
104 | } |
|
103 | } | |
105 |
|
104 | |||
106 | /* This is needed because FF was adding a 2px margin top and bottom. */ |
|
105 | /* This is needed because FF was adding a 2px margin top and bottom. */ | |
107 | .section_row .ui-button { |
|
106 | .section_row .ui-button { | |
108 | margin-top: 0px; |
|
107 | margin-top: 0px; | |
109 | margin-bottom: 0px; |
|
108 | margin-bottom: 0px; | |
110 | } |
|
109 | } | |
111 |
|
110 | |||
112 | #download_format { |
|
111 | #download_format { | |
113 | float: right; |
|
112 | float: right; | |
114 | font-size: 85%; |
|
113 | font-size: 85%; | |
115 |
width: 6 |
|
114 | width: 62px; | |
116 | margin: 1px 5px; |
|
115 | margin: 1px 5px; | |
117 | } |
|
116 | } | |
118 |
|
117 | |||
119 | div#left_panel_splitter { |
|
118 | div#left_panel_splitter { | |
120 | width: 8px; |
|
119 | width: 8px; | |
121 | top: 0px; |
|
120 | top: 0px; | |
122 | left: 202px; |
|
121 | left: 202px; | |
123 | margin: 0px; |
|
122 | margin: 0px; | |
124 | padding: 0px; |
|
123 | padding: 0px; | |
125 | position: absolute; |
|
124 | position: absolute; | |
126 | } |
|
125 | } | |
127 |
|
126 | |||
128 | div#notebook_panel { |
|
127 | div#notebook_panel { | |
129 | /* The L margin will be set in the Javascript code*/ |
|
128 | /* The L margin will be set in the Javascript code*/ | |
130 | margin: 0px 0px 0px 0px; |
|
129 | margin: 0px 0px 0px 0px; | |
131 | padding: 0px; |
|
130 | padding: 0px; | |
132 | } |
|
131 | } | |
133 |
|
132 | |||
134 | div#notebook { |
|
133 | div#notebook { | |
135 | overflow-y: scroll; |
|
134 | overflow-y: scroll; | |
136 | overflow-x: auto; |
|
135 | overflow-x: auto; | |
137 | width: 100%; |
|
136 | width: 100%; | |
138 | padding: 0px 15px 0px 15px; |
|
137 | padding: 0px 15px 0px 15px; | |
139 | margin: 0px |
|
138 | margin: 0px | |
140 | background-color: white; |
|
139 | background-color: white; | |
141 | } |
|
140 | } | |
142 |
|
141 | |||
143 | div#pager_splitter { |
|
142 | div#pager_splitter { | |
144 | height: 8px; |
|
143 | height: 8px; | |
145 | } |
|
144 | } | |
146 |
|
145 | |||
147 | div#pager { |
|
146 | div#pager { | |
148 | padding: 15px; |
|
147 | padding: 15px; | |
149 | overflow: auto; |
|
148 | overflow: auto; | |
150 | } |
|
149 | } | |
151 |
|
150 | |||
152 | div.cell { |
|
151 | div.cell { | |
153 | width: 100%; |
|
152 | width: 100%; | |
154 | padding: 5px; |
|
153 | padding: 5px; | |
155 | /* This acts as a spacer between cells, that is outside the border */ |
|
154 | /* This acts as a spacer between cells, that is outside the border */ | |
156 | margin: 15px 0px 15px 0px; |
|
155 | margin: 15px 0px 15px 0px; | |
157 | } |
|
156 | } | |
158 |
|
157 | |||
159 | div.code_cell { |
|
158 | div.code_cell { | |
160 | background-color: white; |
|
159 | background-color: white; | |
161 | } |
|
160 | } | |
162 |
|
161 | |||
163 | div.prompt { |
|
162 | div.prompt { | |
164 | width: 80px; |
|
163 | width: 80px; | |
165 | padding: 0.4em; |
|
164 | padding: 0.4em; | |
166 | margin: 0px; |
|
165 | margin: 0px; | |
167 | font-family: monospace; |
|
166 | font-family: monospace; | |
168 | } |
|
167 | } | |
169 |
|
168 | |||
170 | div.input_prompt { |
|
169 | div.input_prompt { | |
171 | color: navy; |
|
170 | color: navy; | |
172 | } |
|
171 | } | |
173 |
|
172 | |||
174 | div.output { |
|
173 | div.output { | |
175 | /* This is a spacer between the input and output of each cell */ |
|
174 | /* This is a spacer between the input and output of each cell */ | |
176 | margin-top: 15px; |
|
175 | margin-top: 15px; | |
177 | } |
|
176 | } | |
178 |
|
177 | |||
179 | div.output_prompt { |
|
178 | div.output_prompt { | |
180 | color: darkred; |
|
179 | color: darkred; | |
181 | } |
|
180 | } | |
182 |
|
181 | |||
183 | div.input_area { |
|
182 | div.input_area { | |
184 | color: black; |
|
183 | color: black; | |
185 | } |
|
184 | } | |
186 |
|
185 | |||
187 | div.output_area { |
|
186 | div.output_area { | |
188 | text-align: left; |
|
187 | text-align: left; | |
189 | color: black; |
|
188 | color: black; | |
190 | font-family: monospace; |
|
189 | font-family: monospace; | |
191 | } |
|
190 | } | |
192 |
|
191 | |||
193 | div.output_stream { |
|
192 | div.output_stream { | |
194 | padding: 0.4em; |
|
193 | padding: 0.4em; | |
195 | } |
|
194 | } | |
196 |
|
195 | |||
197 | div.output_latex { |
|
196 | div.output_latex { | |
198 | /* Slightly bigger than the rest of the notebook */ |
|
197 | /* Slightly bigger than the rest of the notebook */ | |
199 | font-size: 116%; |
|
198 | font-size: 116%; | |
200 | } |
|
199 | } | |
201 |
|
200 | |||
202 | div.output_html { |
|
201 | div.output_html { | |
203 | } |
|
202 | } | |
204 |
|
203 | |||
205 | div.output_png { |
|
204 | div.output_png { | |
206 | } |
|
205 | } | |
207 |
|
206 | |||
208 | div.text_cell { |
|
207 | div.text_cell { | |
209 | background-color: white; |
|
208 | background-color: white; | |
210 | } |
|
209 | } | |
211 |
|
210 | |||
212 | div.text_cell_input { |
|
211 | div.text_cell_input { | |
213 | color: black; |
|
212 | color: black; | |
214 | } |
|
213 | } | |
215 |
|
214 | |||
216 | div.text_cell_render { |
|
215 | div.text_cell_render { | |
217 | font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; |
|
216 | font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; | |
218 | /* Slightly bigger than the rest of the notebook */ |
|
217 | /* Slightly bigger than the rest of the notebook */ | |
219 | font-size: 116%; |
|
218 | font-size: 116%; | |
220 | outline: none; |
|
219 | outline: none; | |
221 | resize: none; |
|
220 | resize: none; | |
222 | width: inherit; |
|
221 | width: inherit; | |
223 | border-style: none; |
|
222 | border-style: none; | |
224 | padding: 5px; |
|
223 | padding: 5px; | |
225 | color: black; |
|
224 | color: black; | |
226 | } |
|
225 | } | |
227 |
|
226 | |||
228 | .CodeMirror { |
|
227 | .CodeMirror { | |
229 | line-height: 1.231; /* Changed from 1em to our global default */ |
|
228 | line-height: 1.231; /* Changed from 1em to our global default */ | |
230 | } |
|
229 | } | |
231 |
|
230 | |||
232 | .CodeMirror-scroll { |
|
231 | .CodeMirror-scroll { | |
233 | height: auto; /* Changed to auto to autogrow */ |
|
232 | height: auto; /* Changed to auto to autogrow */ | |
234 | overflow-y: visible; /* Changed from auto to remove scrollbar */ |
|
233 | overflow-y: visible; /* Changed from auto to remove scrollbar */ | |
235 | overflow-x: auto; /* Changed from auto to remove scrollbar */ |
|
234 | overflow-x: auto; /* Changed from auto to remove scrollbar */ | |
236 | } |
|
235 | } | |
237 |
|
236 | |||
238 | /* CSS font colors for translated ANSI colors. */ |
|
237 | /* CSS font colors for translated ANSI colors. */ | |
239 |
|
238 | |||
240 |
|
239 | |||
241 | .ansiblack {color: black;} |
|
240 | .ansiblack {color: black;} | |
242 | .ansired {color: darkred;} |
|
241 | .ansired {color: darkred;} | |
243 | .ansigreen {color: darkgreen;} |
|
242 | .ansigreen {color: darkgreen;} | |
244 | .ansiyellow {color: brown;} |
|
243 | .ansiyellow {color: brown;} | |
245 | .ansiblue {color: darkblue;} |
|
244 | .ansiblue {color: darkblue;} | |
246 | .ansipurple {color: darkviolet;} |
|
245 | .ansipurple {color: darkviolet;} | |
247 | .ansicyan {color: steelblue;} |
|
246 | .ansicyan {color: steelblue;} | |
248 | .ansigrey {color: grey;} |
|
247 | .ansigrey {color: grey;} | |
249 | .ansibold {font-weight: bold;} |
|
248 | .ansibold {font-weight: bold;} | |
250 |
|
249 | |||
251 | .completions { |
|
250 | .completions { | |
252 | position: absolute; |
|
251 | position: absolute; | |
253 | z-index: 10; |
|
252 | z-index: 10; | |
254 | overflow: auto; |
|
253 | overflow: auto; | |
255 | border: 1px solid black; |
|
254 | border: 1px solid black; | |
256 | } |
|
255 | } | |
257 |
|
256 | |||
258 | .completions select { |
|
257 | .completions select { | |
259 | background: white; |
|
258 | background: white; | |
260 | outline: none; |
|
259 | outline: none; | |
261 | border: none; |
|
260 | border: none; | |
262 | padding: 0px; |
|
261 | padding: 0px; | |
263 | margin: 0px; |
|
262 | margin: 0px; | |
264 | font-family: monospace; |
|
263 | font-family: monospace; | |
265 | } |
|
264 | } | |
266 |
|
265 |
@@ -1,209 +1,209 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 | <link rel="stylesheet" href="static/jquery/css/themes/aristo/jquery-wijmo.css" type="text/css" /> |
|
9 | <link rel="stylesheet" href="static/jquery/css/themes/aristo/jquery-wijmo.css" type="text/css" /> | |
10 | <!-- <link rel="stylesheet" href="static/jquery/css/themes/rocket/jquery-wijmo.css" type="text/css" /> --> |
|
10 | <!-- <link rel="stylesheet" href="static/jquery/css/themes/rocket/jquery-wijmo.css" type="text/css" /> --> | |
11 | <!-- <link rel="stylesheet" href="static/jquery/css/themes/smoothness/jquery-ui-1.8.14.custom.css" type="text/css" />--> |
|
11 | <!-- <link rel="stylesheet" href="static/jquery/css/themes/smoothness/jquery-ui-1.8.14.custom.css" type="text/css" />--> | |
12 |
|
12 | |||
13 | <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" charset="utf-8"></script> |
|
13 | <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML" charset="utf-8"></script> | |
14 | <!-- <script type='text/javascript' src='static/mathjax/MathJax.js?config=TeX-AMS_HTML' charset='utf-8'></script> --> |
|
14 | <!-- <script type='text/javascript' src='static/mathjax/MathJax.js?config=TeX-AMS_HTML' charset='utf-8'></script> --> | |
15 | <script type="text/javascript"> |
|
15 | <script type="text/javascript"> | |
16 | if (typeof MathJax == 'undefined') { |
|
16 | if (typeof MathJax == 'undefined') { | |
17 | console.log("Trying to load local copy of MathJax"); |
|
17 | console.log("Trying to load local copy of MathJax"); | |
18 | document.write(unescape("%3Cscript type='text/javascript' src='static/mathjax/MathJax.js%3Fconfig=TeX-AMS_HTML' charset='utf-8'%3E%3C/script%3E")); |
|
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 | </script> |
|
20 | </script> | |
21 |
|
21 | |||
22 | <link rel="stylesheet" href="static/codemirror-2.12/lib/codemirror.css"> |
|
22 | <link rel="stylesheet" href="static/codemirror-2.12/lib/codemirror.css"> | |
23 | <link rel="stylesheet" href="static/codemirror-2.12/mode/rst/rst.css"> |
|
23 | <link rel="stylesheet" href="static/codemirror-2.12/mode/rst/rst.css"> | |
24 | <link rel="stylesheet" href="static/codemirror-2.12/theme/ipython.css"> |
|
24 | <link rel="stylesheet" href="static/codemirror-2.12/theme/ipython.css"> | |
25 | <link rel="stylesheet" href="static/codemirror-2.12/theme/default.css"> |
|
25 | <link rel="stylesheet" href="static/codemirror-2.12/theme/default.css"> | |
26 |
|
26 | |||
27 | <link rel="stylesheet" href="static/css/boilerplate.css" type="text/css" /> |
|
27 | <link rel="stylesheet" href="static/css/boilerplate.css" type="text/css" /> | |
28 | <link rel="stylesheet" href="static/css/layout.css" type="text/css" /> |
|
28 | <link rel="stylesheet" href="static/css/layout.css" type="text/css" /> | |
29 | <link rel="stylesheet" href="static/css/base.css" type="text/css" /> |
|
29 | <link rel="stylesheet" href="static/css/base.css" type="text/css" /> | |
30 | <link rel="stylesheet" href="static/css/notebook.css" type="text/css" /> |
|
30 | <link rel="stylesheet" href="static/css/notebook.css" type="text/css" /> | |
31 | <link rel="stylesheet" href="static/css/renderedhtml.css" type="text/css" /> |
|
31 | <link rel="stylesheet" href="static/css/renderedhtml.css" type="text/css" /> | |
32 |
|
32 | |||
33 |
|
33 | |||
34 | </head> |
|
34 | </head> | |
35 |
|
35 | |||
36 | <body> |
|
36 | <body> | |
37 |
|
37 | |||
38 | <div id="header"> |
|
38 | <div id="header"> | |
39 | <span id="ipython_notebook"><h1>IPython Notebook</h1></span> |
|
39 | <span id="ipython_notebook"><h1>IPython Notebook</h1></span> | |
40 | <span id="save_widget"> |
|
40 | <span id="save_widget"> | |
41 | <input type="text" id="notebook_name" size="20"></textarea> |
|
41 | <input type="text" id="notebook_name" size="20"></textarea> | |
42 | <span id="notebook_id" style="display:none">{{notebook_id}}</span> |
|
42 | <span id="notebook_id" style="display:none">{{notebook_id}}</span> | |
43 | <button id="save_notebook">Save</button> |
|
43 | <button id="save_notebook">Save</button> | |
44 | </span> |
|
44 | </span> | |
45 | <span id="kernel_status">Idle</span> |
|
45 | <span id="kernel_status">Idle</span> | |
46 | </div> |
|
46 | </div> | |
47 |
|
47 | |||
48 | <div id="main_app"> |
|
48 | <div id="main_app"> | |
49 |
|
49 | |||
50 | <div id="left_panel"> |
|
50 | <div id="left_panel"> | |
51 |
|
51 | |||
52 | <div id="notebook_section"> |
|
52 | <div id="notebook_section"> | |
53 | <h3 class="section_header">Notebook</h3> |
|
53 | <h3 class="section_header">Notebook</h3> | |
54 | <div class="section_content"> |
|
54 | <div class="section_content"> | |
55 | <div class="section_row"> |
|
55 | <div class="section_row"> | |
56 | <span id="new_open" class="section_row_buttons"> |
|
56 | <span id="new_open" class="section_row_buttons"> | |
57 | <button id="new_notebook">New</button> |
|
57 | <button id="new_notebook">New</button> | |
58 | <button id="open_notebook">Open</button> |
|
58 | <button id="open_notebook">Open</button> | |
59 | </span> |
|
59 | </span> | |
60 | <span class="section_row_header">Actions</span> |
|
60 | <span class="section_row_header">Actions</span> | |
61 | </div> |
|
61 | </div> | |
62 | <div class="section_row"> |
|
62 | <div class="section_row"> | |
63 | <span class="section_row_buttons"> |
|
|||
64 | <button id="download_notebook">Export</button> |
|
|||
65 | </span> |
|
|||
66 | <span> |
|
63 | <span> | |
67 | <select id="download_format"> |
|
64 | <select id="download_format"> | |
68 | <option value="xml">xml</option> |
|
65 | <option value="xml">xml</option> | |
69 | <option value="json">json</option> |
|
66 | <option value="json">json</option> | |
70 | <option value="py">py</option> |
|
67 | <option value="py">py</option> | |
71 | </select> |
|
68 | </select> | |
72 | </span> |
|
69 | </span> | |
|
70 | <span class="section_row_buttons"> | |||
|
71 | <button id="download_notebook">Export As</button> | |||
|
72 | </span> | |||
73 | </div> |
|
73 | </div> | |
74 | </div> |
|
74 | </div> | |
75 | </div> |
|
75 | </div> | |
76 |
|
76 | |||
77 | <div id="cell_section"> |
|
77 | <div id="cell_section"> | |
78 | <h3 class="section_header">Cell</h3> |
|
78 | <h3 class="section_header">Cell</h3> | |
79 | <div class="section_content"> |
|
79 | <div class="section_content"> | |
80 | <div class="section_row"> |
|
80 | <div class="section_row"> | |
81 | <span class="section_row_buttons"> |
|
81 | <span class="section_row_buttons"> | |
82 | <button id="delete_cell">Delete</button> |
|
82 | <button id="delete_cell">Delete</button> | |
83 | </span> |
|
83 | </span> | |
84 | <span class="section_row_header">Actions</span> |
|
84 | <span class="section_row_header">Actions</span> | |
85 | </div> |
|
85 | </div> | |
86 | <div class="section_row"> |
|
86 | <div class="section_row"> | |
87 | <span id="cell_type" class="section_row_buttons"> |
|
87 | <span id="cell_type" class="section_row_buttons"> | |
88 | <button id="to_code">Code</button> |
|
88 | <button id="to_code">Code</button> | |
89 | <button id="to_html">HTML</button> |
|
89 | <button id="to_html">HTML</button> | |
90 | <button id="to_markdown">Markdown</button> |
|
90 | <button id="to_markdown">Markdown</button> | |
91 | </span> |
|
91 | </span> | |
92 | <!-- <span class="button_label">Format</span> --> |
|
92 | <!-- <span class="button_label">Format</span> --> | |
93 | </div> |
|
93 | </div> | |
94 | <div class="section_row"> |
|
94 | <div class="section_row"> | |
95 | <span id="insert" class="section_row_buttons"> |
|
95 | <span id="insert" class="section_row_buttons"> | |
96 | <button id="insert_cell_above">Above</button> |
|
96 | <button id="insert_cell_above">Above</button> | |
97 | <button id="insert_cell_below">Below</button> |
|
97 | <button id="insert_cell_below">Below</button> | |
98 | </span> |
|
98 | </span> | |
99 | <span class="button_label">Insert</span> |
|
99 | <span class="button_label">Insert</span> | |
100 | </div> |
|
100 | </div> | |
101 | <div class="section_row"> |
|
101 | <div class="section_row"> | |
102 | <span id="move" class="section_row_buttons"> |
|
102 | <span id="move" class="section_row_buttons"> | |
103 | <button id="move_cell_up">Up</button> |
|
103 | <button id="move_cell_up">Up</button> | |
104 | <button id="move_cell_down">Down</button> |
|
104 | <button id="move_cell_down">Down</button> | |
105 | </span> |
|
105 | </span> | |
106 | <span class="button_label">Move</span> |
|
106 | <span class="button_label">Move</span> | |
107 | </div> |
|
107 | </div> | |
108 | <div class="section_row"> |
|
108 | <div class="section_row"> | |
109 | <span id="toggle_output" class="section_row_buttons"> |
|
109 | <span id="toggle_output" class="section_row_buttons"> | |
110 | <button id="collapse_cell">Collapse</button> |
|
110 | <button id="collapse_cell">Collapse</button> | |
111 | <button id="expand_cell">Expand</button> |
|
111 | <button id="expand_cell">Expand</button> | |
112 | </span> |
|
112 | </span> | |
113 | <span class="button_label">Output</span> |
|
113 | <span class="button_label">Output</span> | |
114 | </div> |
|
114 | </div> | |
115 | <div class="section_row"> |
|
115 | <div class="section_row"> | |
116 | <span id="run_cells" class="section_row_buttons"> |
|
116 | <span id="run_cells" class="section_row_buttons"> | |
117 | <button id="run_selected_cell">Selected</button> |
|
117 | <button id="run_selected_cell">Selected</button> | |
118 | <button id="run_all_cells">All</button> |
|
118 | <button id="run_all_cells">All</button> | |
119 | </span> |
|
119 | </span> | |
120 | <span class="button_label">Run</span> |
|
120 | <span class="button_label">Run</span> | |
121 | </div> |
|
121 | </div> | |
122 | </div> |
|
122 | </div> | |
123 | </div> |
|
123 | </div> | |
124 |
|
124 | |||
125 | <div id="kernel_section"> |
|
125 | <div id="kernel_section"> | |
126 | <h3 class="section_header">Kernel</h3> |
|
126 | <h3 class="section_header">Kernel</h3> | |
127 | <div class="section_content"> |
|
127 | <div class="section_content"> | |
128 | <div class="section_row"> |
|
128 | <div class="section_row"> | |
129 | <span id="int_restart" class="section_row_buttons"> |
|
129 | <span id="int_restart" class="section_row_buttons"> | |
130 | <button id="int_kernel">Interrupt</button> |
|
130 | <button id="int_kernel">Interrupt</button> | |
131 | <button id="restart_kernel">Restart</button> |
|
131 | <button id="restart_kernel">Restart</button> | |
132 | </span> |
|
132 | </span> | |
133 | <span class="section_row_header">Actions</span> |
|
133 | <span class="section_row_header">Actions</span> | |
134 | </div> |
|
134 | </div> | |
135 | <div class="section_row"> |
|
135 | <div class="section_row"> | |
136 | <span id="kernel_persist"> |
|
136 | <span id="kernel_persist"> | |
137 | <input type="checkbox" id="kill_kernel"></input> |
|
137 | <input type="checkbox" id="kill_kernel"></input> | |
138 | </span> |
|
138 | </span> | |
139 | <span class="checkbox_label">Kill kernel upon exit:</span> |
|
139 | <span class="checkbox_label">Kill kernel upon exit:</span> | |
140 | </div> |
|
140 | </div> | |
141 | </div> |
|
141 | </div> | |
142 | </div> |
|
142 | </div> | |
143 |
|
143 | |||
144 | <div id="help_section"> |
|
144 | <div id="help_section"> | |
145 | <h3 class="section_header">Help</h3> |
|
145 | <h3 class="section_header">Help</h3> | |
146 | <div class="section_content"> |
|
146 | <div class="section_content"> | |
147 | <div class="section_row"> |
|
147 | <div class="section_row"> | |
148 | <span id="help_buttons0" class="section_row_buttons"> |
|
148 | <span id="help_buttons0" class="section_row_buttons"> | |
149 | <button id="python_help"><a href="http://docs.python.org" target="_blank">Python</a></button> |
|
149 | <button id="python_help"><a href="http://docs.python.org" target="_blank">Python</a></button> | |
150 | <button id="ipython_help"><a href="http://ipython.org/documentation.html" target="_blank">IPython</a></button> |
|
150 | <button id="ipython_help"><a href="http://ipython.org/documentation.html" target="_blank">IPython</a></button> | |
151 | <button id="numpy_help"><a href="http://docs.scipy.org/doc/numpy/reference/" target="_blank">NumPy</a></button> |
|
151 | <button id="numpy_help"><a href="http://docs.scipy.org/doc/numpy/reference/" target="_blank">NumPy</a></button> | |
152 | </span> |
|
152 | </span> | |
153 | <span class="section_row_header">Links</span> |
|
153 | <span class="section_row_header">Links</span> | |
154 | </div> |
|
154 | </div> | |
155 | <div class="section_row"> |
|
155 | <div class="section_row"> | |
156 | <span id="help_buttons1" class="section_row_buttons"> |
|
156 | <span id="help_buttons1" class="section_row_buttons"> | |
157 | <button id="matplotlib_help"><a href="http://matplotlib.sourceforge.net/" target="_blank">MPL</a></button> |
|
157 | <button id="matplotlib_help"><a href="http://matplotlib.sourceforge.net/" target="_blank">MPL</a></button> | |
158 | <button id="scipy_help"><a href="http://docs.scipy.org/doc/scipy/reference/" target="_blank">SciPy</a></button> |
|
158 | <button id="scipy_help"><a href="http://docs.scipy.org/doc/scipy/reference/" target="_blank">SciPy</a></button> | |
159 | <button id="sympy_help"><a href="http://docs.sympy.org/dev/index.html" target="_blank">SymPy</a></button> |
|
159 | <button id="sympy_help"><a href="http://docs.sympy.org/dev/index.html" target="_blank">SymPy</a></button> | |
160 | </span> |
|
160 | </span> | |
161 | </div> |
|
161 | </div> | |
162 | </div> |
|
162 | </div> | |
163 | </div> |
|
163 | </div> | |
164 |
|
164 | |||
165 | </div> |
|
165 | </div> | |
166 | <div id="left_panel_splitter"></div> |
|
166 | <div id="left_panel_splitter"></div> | |
167 | <div id="notebook_panel"> |
|
167 | <div id="notebook_panel"> | |
168 | <div id="notebook"></div> |
|
168 | <div id="notebook"></div> | |
169 | <div id="pager_splitter"></div> |
|
169 | <div id="pager_splitter"></div> | |
170 | <div id="pager"></div> |
|
170 | <div id="pager"></div> | |
171 | </div> |
|
171 | </div> | |
172 |
|
172 | |||
173 | </div> |
|
173 | </div> | |
174 |
|
174 | |||
175 | <script src="static/jquery/js/jquery-1.6.2.min.js" type="text/javascript" charset="utf-8"></script> |
|
175 | <script src="static/jquery/js/jquery-1.6.2.min.js" type="text/javascript" charset="utf-8"></script> | |
176 | <script src="static/jquery/js/jquery-ui-1.8.14.custom.min.js" type="text/javascript" charset="utf-8"></script> |
|
176 | <script src="static/jquery/js/jquery-ui-1.8.14.custom.min.js" type="text/javascript" charset="utf-8"></script> | |
177 | <script src="static/jquery/js/jquery.autogrow.js" type="text/javascript" charset="utf-8"></script> |
|
177 | <script src="static/jquery/js/jquery.autogrow.js" type="text/javascript" charset="utf-8"></script> | |
178 |
|
178 | |||
179 | <script src="static/codemirror-2.12/lib/codemirror.js" charset="utf-8"></script> |
|
179 | <script src="static/codemirror-2.12/lib/codemirror.js" charset="utf-8"></script> | |
180 | <script src="static/codemirror-2.12/mode/python/python.js" charset="utf-8"></script> |
|
180 | <script src="static/codemirror-2.12/mode/python/python.js" charset="utf-8"></script> | |
181 | <script src="static/codemirror-2.12/mode/htmlmixed/htmlmixed.js" charset="utf-8"></script> |
|
181 | <script src="static/codemirror-2.12/mode/htmlmixed/htmlmixed.js" charset="utf-8"></script> | |
182 | <script src="static/codemirror-2.12/mode/xml/xml.js" charset="utf-8"></script> |
|
182 | <script src="static/codemirror-2.12/mode/xml/xml.js" charset="utf-8"></script> | |
183 | <script src="static/codemirror-2.12/mode/javascript/javascript.js" charset="utf-8"></script> |
|
183 | <script src="static/codemirror-2.12/mode/javascript/javascript.js" charset="utf-8"></script> | |
184 | <script src="static/codemirror-2.12/mode/css/css.js" charset="utf-8"></script> |
|
184 | <script src="static/codemirror-2.12/mode/css/css.js" charset="utf-8"></script> | |
185 | <script src="static/codemirror-2.12/mode/rst/rst.js" charset="utf-8"></script> |
|
185 | <script src="static/codemirror-2.12/mode/rst/rst.js" charset="utf-8"></script> | |
186 |
|
186 | |||
187 | <script src="static/pagedown/Markdown.Converter.js" charset="utf-8"></script> |
|
187 | <script src="static/pagedown/Markdown.Converter.js" charset="utf-8"></script> | |
188 |
|
188 | |||
189 | <script src="static/js/namespace.js" type="text/javascript" charset="utf-8"></script> |
|
189 | <script src="static/js/namespace.js" type="text/javascript" charset="utf-8"></script> | |
190 | <script src="static/js/utils.js" type="text/javascript" charset="utf-8"></script> |
|
190 | <script src="static/js/utils.js" type="text/javascript" charset="utf-8"></script> | |
191 | <script src="static/js/cell.js" type="text/javascript" charset="utf-8"></script> |
|
191 | <script src="static/js/cell.js" type="text/javascript" charset="utf-8"></script> | |
192 | <script src="static/js/codecell.js" type="text/javascript" charset="utf-8"></script> |
|
192 | <script src="static/js/codecell.js" type="text/javascript" charset="utf-8"></script> | |
193 | <script src="static/js/textcell.js" type="text/javascript" charset="utf-8"></script> |
|
193 | <script src="static/js/textcell.js" type="text/javascript" charset="utf-8"></script> | |
194 | <script src="static/js/kernel.js" type="text/javascript" charset="utf-8"></script> |
|
194 | <script src="static/js/kernel.js" type="text/javascript" charset="utf-8"></script> | |
195 | <script src="static/js/kernelstatus.js" type="text/javascript" charset="utf-8"></script> |
|
195 | <script src="static/js/kernelstatus.js" type="text/javascript" charset="utf-8"></script> | |
196 | <script src="static/js/layout.js" type="text/javascript" charset="utf-8"></script> |
|
196 | <script src="static/js/layout.js" type="text/javascript" charset="utf-8"></script> | |
197 | <script src="static/js/savewidget.js" type="text/javascript" charset="utf-8"></script> |
|
197 | <script src="static/js/savewidget.js" type="text/javascript" charset="utf-8"></script> | |
198 | <script src="static/js/pager.js" type="text/javascript" charset="utf-8"></script> |
|
198 | <script src="static/js/pager.js" type="text/javascript" charset="utf-8"></script> | |
199 | <script src="static/js/panelsection.js" type="text/javascript" charset="utf-8"></script> |
|
199 | <script src="static/js/panelsection.js" type="text/javascript" charset="utf-8"></script> | |
200 | <script src="static/js/leftpanel.js" type="text/javascript" charset="utf-8"></script> |
|
200 | <script src="static/js/leftpanel.js" type="text/javascript" charset="utf-8"></script> | |
201 | <script src="static/js/notebook.js" type="text/javascript" charset="utf-8"></script> |
|
201 | <script src="static/js/notebook.js" type="text/javascript" charset="utf-8"></script> | |
202 | <script src="static/js/notebook_main.js" type="text/javascript" charset="utf-8"></script> |
|
202 | <script src="static/js/notebook_main.js" type="text/javascript" charset="utf-8"></script> | |
203 |
|
203 | |||
204 |
|
204 | |||
205 | </body> |
|
205 | </body> | |
206 |
|
206 | |||
207 | </html> |
|
207 | </html> | |
208 |
|
208 | |||
209 |
|
209 |
General Comments 0
You need to be logged in to leave comments.
Login now