##// END OF EJS Templates
Adding minor help strings for keyboard shortcuts.
Brian E. Granger -
Show More
@@ -1,269 +1,280 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 span.section_row_buttons > button {
70 span.section_row_buttons > button {
71 width: 70px;
71 width: 70px;
72 }
72 }
73
73
74 .section_row {
74 .section_row {
75 margin: 5px 0px;
75 margin: 5px 0px;
76 }
76 }
77
77
78 .section_row_buttons {
78 .section_row_buttons {
79 float: right;
79 float: right;
80 }
80 }
81
81
82 #kernel_persist {
82 #kernel_persist {
83 float: right;
83 float: right;
84 }
84 }
85
85
86 .help_string {
87 float: right;
88 width: 170px;
89 padding: 0px 5px;
90 text-align: center;
91 }
92
93 .help_string_label {
94 float: right;
95 }
96
86 #autoindent_span {
97 #autoindent_span {
87 float: right;
98 float: right;
88 }
99 }
89
100
90 .checkbox_label {
101 .checkbox_label {
91 font-size: 85%;
102 font-size: 85%;
92 float: right;
103 float: right;
93 padding: 0.3em;
104 padding: 0.3em;
94 }
105 }
95
106
96 .section_row_header {
107 .section_row_header {
97 float: left;
108 float: left;
98 font-size: 85%;
109 font-size: 85%;
99 padding: 0.4em 0em;
110 padding: 0.4em 0em;
100 font-weight: bold;
111 font-weight: bold;
101 }
112 }
102
113
103 span.button_label {
114 span.button_label {
104 padding: 0.2em 1em;
115 padding: 0.2em 1em;
105 font-size: 77%;
116 font-size: 77%;
106 float: right;
117 float: right;
107 }
118 }
108
119
109 /* This is needed because FF was adding a 2px margin top and bottom. */
120 /* This is needed because FF was adding a 2px margin top and bottom. */
110 .section_row .ui-button {
121 .section_row .ui-button {
111 margin-top: 0px;
122 margin-top: 0px;
112 margin-bottom: 0px;
123 margin-bottom: 0px;
113 }
124 }
114
125
115 #download_format {
126 #download_format {
116 float: right;
127 float: right;
117 font-size: 85%;
128 font-size: 85%;
118 width: 62px;
129 width: 62px;
119 margin: 1px 5px;
130 margin: 1px 5px;
120 }
131 }
121
132
122 div#left_panel_splitter {
133 div#left_panel_splitter {
123 width: 8px;
134 width: 8px;
124 top: 0px;
135 top: 0px;
125 left: 202px;
136 left: 202px;
126 margin: 0px;
137 margin: 0px;
127 padding: 0px;
138 padding: 0px;
128 position: absolute;
139 position: absolute;
129 }
140 }
130
141
131 div#notebook_panel {
142 div#notebook_panel {
132 /* The L margin will be set in the Javascript code*/
143 /* The L margin will be set in the Javascript code*/
133 margin: 0px 0px 0px 0px;
144 margin: 0px 0px 0px 0px;
134 padding: 0px;
145 padding: 0px;
135 }
146 }
136
147
137 div#notebook {
148 div#notebook {
138 overflow-y: scroll;
149 overflow-y: scroll;
139 overflow-x: auto;
150 overflow-x: auto;
140 width: 100%;
151 width: 100%;
141 padding: 0px 15px 0px 15px;
152 padding: 0px 15px 0px 15px;
142 margin: 0px
153 margin: 0px
143 background-color: white;
154 background-color: white;
144 }
155 }
145
156
146 div#pager_splitter {
157 div#pager_splitter {
147 height: 8px;
158 height: 8px;
148 }
159 }
149
160
150 div#pager {
161 div#pager {
151 padding: 15px;
162 padding: 15px;
152 overflow: auto;
163 overflow: auto;
153 }
164 }
154
165
155 div.cell {
166 div.cell {
156 width: 100%;
167 width: 100%;
157 padding: 5px;
168 padding: 5px;
158 /* This acts as a spacer between cells, that is outside the border */
169 /* This acts as a spacer between cells, that is outside the border */
159 margin: 15px 0px 15px 0px;
170 margin: 15px 0px 15px 0px;
160 }
171 }
161
172
162 div.code_cell {
173 div.code_cell {
163 background-color: white;
174 background-color: white;
164 }
175 }
165
176
166 div.prompt {
177 div.prompt {
167 width: 80px;
178 width: 80px;
168 padding: 0.4em;
179 padding: 0.4em;
169 margin: 0px;
180 margin: 0px;
170 font-family: monospace;
181 font-family: monospace;
171 }
182 }
172
183
173 div.input_prompt {
184 div.input_prompt {
174 color: navy;
185 color: navy;
175 }
186 }
176
187
177 div.output {
188 div.output {
178 /* This is a spacer between the input and output of each cell */
189 /* This is a spacer between the input and output of each cell */
179 margin-top: 15px;
190 margin-top: 15px;
180 }
191 }
181
192
182 div.output_prompt {
193 div.output_prompt {
183 color: darkred;
194 color: darkred;
184 }
195 }
185
196
186 div.input_area {
197 div.input_area {
187 color: black;
198 color: black;
188 }
199 }
189
200
190 div.output_area {
201 div.output_area {
191 text-align: left;
202 text-align: left;
192 color: black;
203 color: black;
193 font-family: monospace;
204 font-family: monospace;
194 }
205 }
195
206
196 div.output_stream {
207 div.output_stream {
197 padding: 0.4em;
208 padding: 0.4em;
198 }
209 }
199
210
200 div.output_latex {
211 div.output_latex {
201 /* Slightly bigger than the rest of the notebook */
212 /* Slightly bigger than the rest of the notebook */
202 font-size: 100%;
213 font-size: 100%;
203 }
214 }
204
215
205 div.output_html {
216 div.output_html {
206 }
217 }
207
218
208 div.output_png {
219 div.output_png {
209 }
220 }
210
221
211 div.text_cell {
222 div.text_cell {
212 background-color: white;
223 background-color: white;
213 }
224 }
214
225
215 div.text_cell_input {
226 div.text_cell_input {
216 color: black;
227 color: black;
217 }
228 }
218
229
219 div.text_cell_render {
230 div.text_cell_render {
220 font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
231 font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
221 /* Slightly bigger than the rest of the notebook */
232 /* Slightly bigger than the rest of the notebook */
222 font-size: 100%;
233 font-size: 100%;
223 outline: none;
234 outline: none;
224 resize: none;
235 resize: none;
225 width: inherit;
236 width: inherit;
226 border-style: none;
237 border-style: none;
227 padding: 5px;
238 padding: 5px;
228 color: black;
239 color: black;
229 }
240 }
230
241
231 .CodeMirror {
242 .CodeMirror {
232 line-height: 1.231; /* Changed from 1em to our global default */
243 line-height: 1.231; /* Changed from 1em to our global default */
233 }
244 }
234
245
235 .CodeMirror-scroll {
246 .CodeMirror-scroll {
236 height: auto; /* Changed to auto to autogrow */
247 height: auto; /* Changed to auto to autogrow */
237 overflow-y: visible; /* Changed from auto to remove scrollbar */
248 overflow-y: visible; /* Changed from auto to remove scrollbar */
238 overflow-x: auto; /* Changed from auto to remove scrollbar */
249 overflow-x: auto; /* Changed from auto to remove scrollbar */
239 }
250 }
240
251
241 /* CSS font colors for translated ANSI colors. */
252 /* CSS font colors for translated ANSI colors. */
242
253
243
254
244 .ansiblack {color: black;}
255 .ansiblack {color: black;}
245 .ansired {color: darkred;}
256 .ansired {color: darkred;}
246 .ansigreen {color: darkgreen;}
257 .ansigreen {color: darkgreen;}
247 .ansiyellow {color: brown;}
258 .ansiyellow {color: brown;}
248 .ansiblue {color: darkblue;}
259 .ansiblue {color: darkblue;}
249 .ansipurple {color: darkviolet;}
260 .ansipurple {color: darkviolet;}
250 .ansicyan {color: steelblue;}
261 .ansicyan {color: steelblue;}
251 .ansigrey {color: grey;}
262 .ansigrey {color: grey;}
252 .ansibold {font-weight: bold;}
263 .ansibold {font-weight: bold;}
253
264
254 .completions {
265 .completions {
255 position: absolute;
266 position: absolute;
256 z-index: 10;
267 z-index: 10;
257 overflow: auto;
268 overflow: auto;
258 border: 1px solid black;
269 border: 1px solid black;
259 }
270 }
260
271
261 .completions select {
272 .completions select {
262 background: white;
273 background: white;
263 outline: none;
274 outline: none;
264 border: none;
275 border: none;
265 padding: 0px;
276 padding: 0px;
266 margin: 0px;
277 margin: 0px;
267 font-family: monospace;
278 font-family: monospace;
268 }
279 }
269
280
@@ -1,215 +1,223 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>
63 <span>
64 <select id="download_format">
64 <select id="download_format">
65 <option value="xml">xml</option>
65 <option value="xml">xml</option>
66 <option value="json">json</option>
66 <option value="json">json</option>
67 <option value="py">py</option>
67 <option value="py">py</option>
68 </select>
68 </select>
69 </span>
69 </span>
70 <span class="section_row_buttons">
70 <span class="section_row_buttons">
71 <button id="download_notebook">Export As</button>
71 <button id="download_notebook">Export As</button>
72 </span>
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 class="section_row">
122 <div class="section_row">
123 <span id="autoindent_span">
123 <span id="autoindent_span">
124 <input type="checkbox" id="autoindent"></input>
124 <input type="checkbox" id="autoindent"></input>
125 </span>
125 </span>
126 <span class="checkbox_label">Autoindent:</span>
126 <span class="checkbox_label">Autoindent:</span>
127 </div>
127 </div>
128 </div>
128 </div>
129 </div>
129 </div>
130
130
131 <div id="kernel_section">
131 <div id="kernel_section">
132 <h3 class="section_header">Kernel</h3>
132 <h3 class="section_header">Kernel</h3>
133 <div class="section_content">
133 <div class="section_content">
134 <div class="section_row">
134 <div class="section_row">
135 <span id="int_restart" class="section_row_buttons">
135 <span id="int_restart" class="section_row_buttons">
136 <button id="int_kernel">Interrupt</button>
136 <button id="int_kernel">Interrupt</button>
137 <button id="restart_kernel">Restart</button>
137 <button id="restart_kernel">Restart</button>
138 </span>
138 </span>
139 <span class="section_row_header">Actions</span>
139 <span class="section_row_header">Actions</span>
140 </div>
140 </div>
141 <div class="section_row">
141 <div class="section_row">
142 <span id="kernel_persist">
142 <span id="kernel_persist">
143 <input type="checkbox" id="kill_kernel"></input>
143 <input type="checkbox" id="kill_kernel"></input>
144 </span>
144 </span>
145 <span class="checkbox_label">Kill kernel upon exit:</span>
145 <span class="checkbox_label">Kill kernel upon exit:</span>
146 </div>
146 </div>
147 </div>
147 </div>
148 </div>
148 </div>
149
149
150 <div id="help_section">
150 <div id="help_section">
151 <h3 class="section_header">Help</h3>
151 <h3 class="section_header">Help</h3>
152 <div class="section_content">
152 <div class="section_content">
153 <div class="section_row">
153 <div class="section_row">
154 <span id="help_buttons0" class="section_row_buttons">
154 <span id="help_buttons0" class="section_row_buttons">
155 <button id="python_help"><a href="http://docs.python.org" target="_blank">Python</a></button>
155 <button id="python_help"><a href="http://docs.python.org" target="_blank">Python</a></button>
156 <button id="ipython_help"><a href="http://ipython.org/documentation.html" target="_blank">IPython</a></button>
156 <button id="ipython_help"><a href="http://ipython.org/documentation.html" target="_blank">IPython</a></button>
157 <button id="numpy_help"><a href="http://docs.scipy.org/doc/numpy/reference/" target="_blank">NumPy</a></button>
157 <button id="numpy_help"><a href="http://docs.scipy.org/doc/numpy/reference/" target="_blank">NumPy</a></button>
158 </span>
158 </span>
159 <span class="section_row_header">Links</span>
159 <span class="section_row_header">Links</span>
160 </div>
160 </div>
161 <div class="section_row">
161 <div class="section_row">
162 <span id="help_buttons1" class="section_row_buttons">
162 <span id="help_buttons1" class="section_row_buttons">
163 <button id="matplotlib_help"><a href="http://matplotlib.sourceforge.net/" target="_blank">MPL</a></button>
163 <button id="matplotlib_help"><a href="http://matplotlib.sourceforge.net/" target="_blank">MPL</a></button>
164 <button id="scipy_help"><a href="http://docs.scipy.org/doc/scipy/reference/" target="_blank">SciPy</a></button>
164 <button id="scipy_help"><a href="http://docs.scipy.org/doc/scipy/reference/" target="_blank">SciPy</a></button>
165 <button id="sympy_help"><a href="http://docs.sympy.org/dev/index.html" target="_blank">SymPy</a></button>
165 <button id="sympy_help"><a href="http://docs.sympy.org/dev/index.html" target="_blank">SymPy</a></button>
166 </span>
166 </span>
167 </div>
167 </div>
168 <div class="section_row">
169 <span class="help_string">run selected cell</span>
170 <span class="help_string_label">Shift-Enter |</span>
171 </div>
172 <div class="section_row">
173 <span class="help_string">run in terminal mode</span>
174 <span class="help_string_label">Ctrl-Enter |</span>
175 </div>
168 </div>
176 </div>
169 </div>
177 </div>
170
178
171 </div>
179 </div>
172 <div id="left_panel_splitter"></div>
180 <div id="left_panel_splitter"></div>
173 <div id="notebook_panel">
181 <div id="notebook_panel">
174 <div id="notebook"></div>
182 <div id="notebook"></div>
175 <div id="pager_splitter"></div>
183 <div id="pager_splitter"></div>
176 <div id="pager"></div>
184 <div id="pager"></div>
177 </div>
185 </div>
178
186
179 </div>
187 </div>
180
188
181 <script src="static/jquery/js/jquery-1.6.2.min.js" type="text/javascript" charset="utf-8"></script>
189 <script src="static/jquery/js/jquery-1.6.2.min.js" type="text/javascript" charset="utf-8"></script>
182 <script src="static/jquery/js/jquery-ui-1.8.14.custom.min.js" type="text/javascript" charset="utf-8"></script>
190 <script src="static/jquery/js/jquery-ui-1.8.14.custom.min.js" type="text/javascript" charset="utf-8"></script>
183 <script src="static/jquery/js/jquery.autogrow.js" type="text/javascript" charset="utf-8"></script>
191 <script src="static/jquery/js/jquery.autogrow.js" type="text/javascript" charset="utf-8"></script>
184
192
185 <script src="static/codemirror-2.12/lib/codemirror.js" charset="utf-8"></script>
193 <script src="static/codemirror-2.12/lib/codemirror.js" charset="utf-8"></script>
186 <script src="static/codemirror-2.12/mode/python/python.js" charset="utf-8"></script>
194 <script src="static/codemirror-2.12/mode/python/python.js" charset="utf-8"></script>
187 <script src="static/codemirror-2.12/mode/htmlmixed/htmlmixed.js" charset="utf-8"></script>
195 <script src="static/codemirror-2.12/mode/htmlmixed/htmlmixed.js" charset="utf-8"></script>
188 <script src="static/codemirror-2.12/mode/xml/xml.js" charset="utf-8"></script>
196 <script src="static/codemirror-2.12/mode/xml/xml.js" charset="utf-8"></script>
189 <script src="static/codemirror-2.12/mode/javascript/javascript.js" charset="utf-8"></script>
197 <script src="static/codemirror-2.12/mode/javascript/javascript.js" charset="utf-8"></script>
190 <script src="static/codemirror-2.12/mode/css/css.js" charset="utf-8"></script>
198 <script src="static/codemirror-2.12/mode/css/css.js" charset="utf-8"></script>
191 <script src="static/codemirror-2.12/mode/rst/rst.js" charset="utf-8"></script>
199 <script src="static/codemirror-2.12/mode/rst/rst.js" charset="utf-8"></script>
192
200
193 <script src="static/pagedown/Markdown.Converter.js" charset="utf-8"></script>
201 <script src="static/pagedown/Markdown.Converter.js" charset="utf-8"></script>
194
202
195 <script src="static/js/namespace.js" type="text/javascript" charset="utf-8"></script>
203 <script src="static/js/namespace.js" type="text/javascript" charset="utf-8"></script>
196 <script src="static/js/utils.js" type="text/javascript" charset="utf-8"></script>
204 <script src="static/js/utils.js" type="text/javascript" charset="utf-8"></script>
197 <script src="static/js/cell.js" type="text/javascript" charset="utf-8"></script>
205 <script src="static/js/cell.js" type="text/javascript" charset="utf-8"></script>
198 <script src="static/js/codecell.js" type="text/javascript" charset="utf-8"></script>
206 <script src="static/js/codecell.js" type="text/javascript" charset="utf-8"></script>
199 <script src="static/js/textcell.js" type="text/javascript" charset="utf-8"></script>
207 <script src="static/js/textcell.js" type="text/javascript" charset="utf-8"></script>
200 <script src="static/js/kernel.js" type="text/javascript" charset="utf-8"></script>
208 <script src="static/js/kernel.js" type="text/javascript" charset="utf-8"></script>
201 <script src="static/js/kernelstatus.js" type="text/javascript" charset="utf-8"></script>
209 <script src="static/js/kernelstatus.js" type="text/javascript" charset="utf-8"></script>
202 <script src="static/js/layout.js" type="text/javascript" charset="utf-8"></script>
210 <script src="static/js/layout.js" type="text/javascript" charset="utf-8"></script>
203 <script src="static/js/savewidget.js" type="text/javascript" charset="utf-8"></script>
211 <script src="static/js/savewidget.js" type="text/javascript" charset="utf-8"></script>
204 <script src="static/js/pager.js" type="text/javascript" charset="utf-8"></script>
212 <script src="static/js/pager.js" type="text/javascript" charset="utf-8"></script>
205 <script src="static/js/panelsection.js" type="text/javascript" charset="utf-8"></script>
213 <script src="static/js/panelsection.js" type="text/javascript" charset="utf-8"></script>
206 <script src="static/js/leftpanel.js" type="text/javascript" charset="utf-8"></script>
214 <script src="static/js/leftpanel.js" type="text/javascript" charset="utf-8"></script>
207 <script src="static/js/notebook.js" type="text/javascript" charset="utf-8"></script>
215 <script src="static/js/notebook.js" type="text/javascript" charset="utf-8"></script>
208 <script src="static/js/notebook_main.js" type="text/javascript" charset="utf-8"></script>
216 <script src="static/js/notebook_main.js" type="text/javascript" charset="utf-8"></script>
209
217
210
218
211 </body>
219 </body>
212
220
213 </html>
221 </html>
214
222
215
223
General Comments 0
You need to be logged in to leave comments. Login now