##// END OF EJS Templates
collapse the navbar on narrow windows...
MinRK -
Show More
@@ -1,317 +1,323 b''
1 {% extends "page.html" %}
1 {% extends "page.html" %}
2
2
3 {% block stylesheet %}
3 {% block stylesheet %}
4
4
5 {% if mathjax_url %}
5 {% if mathjax_url %}
6 <script type="text/javascript" src="{{mathjax_url}}?config=TeX-AMS_HTML-full&delayStartupUntil=configured" charset="utf-8"></script>
6 <script type="text/javascript" src="{{mathjax_url}}?config=TeX-AMS_HTML-full&delayStartupUntil=configured" charset="utf-8"></script>
7 {% endif %}
7 {% endif %}
8 <script type="text/javascript">
8 <script type="text/javascript">
9 // MathJax disabled, set as null to distingish from *missing* MathJax,
9 // MathJax disabled, set as null to distingish from *missing* MathJax,
10 // where it will be undefined, and should prompt a dialog later.
10 // where it will be undefined, and should prompt a dialog later.
11 window.mathjax_url = "{{mathjax_url}}";
11 window.mathjax_url = "{{mathjax_url}}";
12 </script>
12 </script>
13
13
14 <link rel="stylesheet" href="{{ static_url("components/bootstrap-tour/build/css/bootstrap-tour.min.css") }}" type="text/css" />
14 <link rel="stylesheet" href="{{ static_url("components/bootstrap-tour/build/css/bootstrap-tour.min.css") }}" type="text/css" />
15 <link rel="stylesheet" href="{{ static_url("components/codemirror/lib/codemirror.css") }}">
15 <link rel="stylesheet" href="{{ static_url("components/codemirror/lib/codemirror.css") }}">
16
16
17 {{super()}}
17 {{super()}}
18
18
19 <link rel="stylesheet" href="{{ static_url("notebook/css/override.css") }}" type="text/css" />
19 <link rel="stylesheet" href="{{ static_url("notebook/css/override.css") }}" type="text/css" />
20
20
21 {% endblock %}
21 {% endblock %}
22
22
23 {% block params %}
23 {% block params %}
24
24
25 data-project="{{project}}"
25 data-project="{{project}}"
26 data-base-url="{{base_url}}"
26 data-base-url="{{base_url}}"
27 data-ws-url="{{ws_url}}"
27 data-ws-url="{{ws_url}}"
28 data-notebook-name="{{notebook_name}}"
28 data-notebook-name="{{notebook_name}}"
29 data-notebook-path="{{notebook_path}}"
29 data-notebook-path="{{notebook_path}}"
30 class="notebook_app"
30 class="notebook_app"
31
31
32 {% endblock %}
32 {% endblock %}
33
33
34
34
35 {% block header %}
35 {% block header %}
36
36
37
37
38 <span id="save_widget" class="nav pull-left">
38 <span id="save_widget" class="nav pull-left">
39 <span id="notebook_name"></span>
39 <span id="notebook_name"></span>
40 <span id="checkpoint_status"></span>
40 <span id="checkpoint_status"></span>
41 <span id="autosave_status"></span>
41 <span id="autosave_status"></span>
42 </span>
42 </span>
43
43
44 <span id="kernel_selector_widget" class="pull-right dropdown">
44 <span id="kernel_selector_widget" class="pull-right dropdown">
45 <button class="dropdown-toggle" data-toggle="dropdown" type='button' id="current_kernel_spec">
45 <button class="dropdown-toggle" data-toggle="dropdown" type='button' id="current_kernel_spec">
46 <span class='kernel_name'>Python</span>
46 <span class='kernel_name'>Python</span>
47 <span class="caret"></span>
47 <span class="caret"></span>
48 </button>
48 </button>
49 <ul id="kernel_selector" class="dropdown-menu">
49 <ul id="kernel_selector" class="dropdown-menu">
50 </ul>
50 </ul>
51 </span>
51 </span>
52
52
53 {% endblock %}
53 {% endblock %}
54
54
55
55
56 {% block site %}
56 {% block site %}
57
57
58 <div id="menubar-container" class="container">
58 <div id="menubar-container" class="container">
59 <div id="menubar">
59 <div id="menubar">
60 <div id="menus" class="navbar navbar-default" role="navigation">
60 <div id="menus" class="navbar navbar-default" role="navigation">
61 <div class="container-fluid">
61 <div class="container-fluid">
62 <ul class="nav navbar-nav">
62 <button type="button" class="btn btn-default navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
63 <i class="fa fa-bars"></i>
64 <span class="navbar-text">Menu</span>
65 </button>
66 <div class="navbar-collapse collapse">
67 <ul class="nav navbar-nav">
63 <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">File</a>
68 <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">File</a>
64 <ul id="file_menu" class="dropdown-menu">
69 <ul id="file_menu" class="dropdown-menu">
65 <li id="new_notebook"
70 <li id="new_notebook"
66 title="Make a new notebook (Opens a new window)">
71 title="Make a new notebook (Opens a new window)">
67 <a href="#">New</a></li>
72 <a href="#">New</a></li>
68 <li id="open_notebook"
73 <li id="open_notebook"
69 title="Opens a new window with the Dashboard view">
74 title="Opens a new window with the Dashboard view">
70 <a href="#">Open...</a></li>
75 <a href="#">Open...</a></li>
71 <!-- <hr/> -->
76 <!-- <hr/> -->
72 <li class="divider"></li>
77 <li class="divider"></li>
73 <li id="copy_notebook"
78 <li id="copy_notebook"
74 title="Open a copy of this notebook's contents and start a new kernel">
79 title="Open a copy of this notebook's contents and start a new kernel">
75 <a href="#">Make a Copy...</a></li>
80 <a href="#">Make a Copy...</a></li>
76 <li id="rename_notebook"><a href="#">Rename...</a></li>
81 <li id="rename_notebook"><a href="#">Rename...</a></li>
77 <li id="save_checkpoint"><a href="#">Save and Checkpoint</a></li>
82 <li id="save_checkpoint"><a href="#">Save and Checkpoint</a></li>
78 <!-- <hr/> -->
83 <!-- <hr/> -->
79 <li class="divider"></li>
84 <li class="divider"></li>
80 <li id="restore_checkpoint" class="dropdown-submenu"><a href="#">Revert to Checkpoint</a>
85 <li id="restore_checkpoint" class="dropdown-submenu"><a href="#">Revert to Checkpoint</a>
81 <ul class="dropdown-menu">
86 <ul class="dropdown-menu">
82 <li><a href="#"></a></li>
87 <li><a href="#"></a></li>
83 <li><a href="#"></a></li>
88 <li><a href="#"></a></li>
84 <li><a href="#"></a></li>
89 <li><a href="#"></a></li>
85 <li><a href="#"></a></li>
90 <li><a href="#"></a></li>
86 <li><a href="#"></a></li>
91 <li><a href="#"></a></li>
87 </ul>
92 </ul>
88 </li>
93 </li>
89 <li class="divider"></li>
94 <li class="divider"></li>
90 <li id="print_preview"><a href="#">Print Preview</a></li>
95 <li id="print_preview"><a href="#">Print Preview</a></li>
91 <li class="dropdown-submenu"><a href="#">Download as</a>
96 <li class="dropdown-submenu"><a href="#">Download as</a>
92 <ul class="dropdown-menu">
97 <ul class="dropdown-menu">
93 <li id="download_ipynb"><a href="#">IPython Notebook (.ipynb)</a></li>
98 <li id="download_ipynb"><a href="#">IPython Notebook (.ipynb)</a></li>
94 <li id="download_py"><a href="#">Python (.py)</a></li>
99 <li id="download_py"><a href="#">Python (.py)</a></li>
95 <li id="download_html"><a href="#">HTML (.html)</a></li>
100 <li id="download_html"><a href="#">HTML (.html)</a></li>
96 <li id="download_rst"><a href="#">reST (.rst)</a></li>
101 <li id="download_rst"><a href="#">reST (.rst)</a></li>
97 <li id="download_pdf"><a href="#">PDF (.pdf)</a></li>
102 <li id="download_pdf"><a href="#">PDF (.pdf)</a></li>
98 </ul>
103 </ul>
99 </li>
104 </li>
100 <li class="divider"></li>
105 <li class="divider"></li>
101 <li id="trust_notebook"
106 <li id="trust_notebook"
102 title="Trust the output of this notebook">
107 title="Trust the output of this notebook">
103 <a href="#" >Trust Notebook</a></li>
108 <a href="#" >Trust Notebook</a></li>
104 <li class="divider"></li>
109 <li class="divider"></li>
105 <li id="kill_and_exit"
110 <li id="kill_and_exit"
106 title="Shutdown this notebook's kernel, and close this window">
111 title="Shutdown this notebook's kernel, and close this window">
107 <a href="#" >Close and halt</a></li>
112 <a href="#" >Close and halt</a></li>
108 </ul>
113 </ul>
109 </li>
114 </li>
110 <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Edit</a>
115 <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Edit</a>
111 <ul id="edit_menu" class="dropdown-menu">
116 <ul id="edit_menu" class="dropdown-menu">
112 <li id="cut_cell"><a href="#">Cut Cell</a></li>
117 <li id="cut_cell"><a href="#">Cut Cell</a></li>
113 <li id="copy_cell"><a href="#">Copy Cell</a></li>
118 <li id="copy_cell"><a href="#">Copy Cell</a></li>
114 <li id="paste_cell_above" class="disabled"><a href="#">Paste Cell Above</a></li>
119 <li id="paste_cell_above" class="disabled"><a href="#">Paste Cell Above</a></li>
115 <li id="paste_cell_below" class="disabled"><a href="#">Paste Cell Below</a></li>
120 <li id="paste_cell_below" class="disabled"><a href="#">Paste Cell Below</a></li>
116 <li id="paste_cell_replace" class="disabled"><a href="#">Paste Cell &amp; Replace</a></li>
121 <li id="paste_cell_replace" class="disabled"><a href="#">Paste Cell &amp; Replace</a></li>
117 <li id="delete_cell"><a href="#">Delete Cell</a></li>
122 <li id="delete_cell"><a href="#">Delete Cell</a></li>
118 <li id="undelete_cell" class="disabled"><a href="#">Undo Delete Cell</a></li>
123 <li id="undelete_cell" class="disabled"><a href="#">Undo Delete Cell</a></li>
119 <li class="divider"></li>
124 <li class="divider"></li>
120 <li id="split_cell"><a href="#">Split Cell</a></li>
125 <li id="split_cell"><a href="#">Split Cell</a></li>
121 <li id="merge_cell_above"><a href="#">Merge Cell Above</a></li>
126 <li id="merge_cell_above"><a href="#">Merge Cell Above</a></li>
122 <li id="merge_cell_below"><a href="#">Merge Cell Below</a></li>
127 <li id="merge_cell_below"><a href="#">Merge Cell Below</a></li>
123 <li class="divider"></li>
128 <li class="divider"></li>
124 <li id="move_cell_up"><a href="#">Move Cell Up</a></li>
129 <li id="move_cell_up"><a href="#">Move Cell Up</a></li>
125 <li id="move_cell_down"><a href="#">Move Cell Down</a></li>
130 <li id="move_cell_down"><a href="#">Move Cell Down</a></li>
126 <li class="divider"></li>
131 <li class="divider"></li>
127 <li id="edit_nb_metadata"><a href="#">Edit Notebook Metadata</a></li>
132 <li id="edit_nb_metadata"><a href="#">Edit Notebook Metadata</a></li>
128 </ul>
133 </ul>
129 </li>
134 </li>
130 <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">View</a>
135 <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">View</a>
131 <ul id="view_menu" class="dropdown-menu">
136 <ul id="view_menu" class="dropdown-menu">
132 <li id="toggle_header"
137 <li id="toggle_header"
133 title="Show/Hide the IPython Notebook logo and notebook title (above menu bar)">
138 title="Show/Hide the IPython Notebook logo and notebook title (above menu bar)">
134 <a href="#">Toggle Header</a></li>
139 <a href="#">Toggle Header</a></li>
135 <li id="toggle_toolbar"
140 <li id="toggle_toolbar"
136 title="Show/Hide the action icons (below menu bar)">
141 title="Show/Hide the action icons (below menu bar)">
137 <a href="#">Toggle Toolbar</a></li>
142 <a href="#">Toggle Toolbar</a></li>
138 </ul>
143 </ul>
139 </li>
144 </li>
140 <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Insert</a>
145 <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Insert</a>
141 <ul id="insert_menu" class="dropdown-menu">
146 <ul id="insert_menu" class="dropdown-menu">
142 <li id="insert_cell_above"
147 <li id="insert_cell_above"
143 title="Insert an empty Code cell above the currently active cell">
148 title="Insert an empty Code cell above the currently active cell">
144 <a href="#">Insert Cell Above</a></li>
149 <a href="#">Insert Cell Above</a></li>
145 <li id="insert_cell_below"
150 <li id="insert_cell_below"
146 title="Insert an empty Code cell below the currently active cell">
151 title="Insert an empty Code cell below the currently active cell">
147 <a href="#">Insert Cell Below</a></li>
152 <a href="#">Insert Cell Below</a></li>
148 </ul>
153 </ul>
149 </li>
154 </li>
150 <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Cell</a>
155 <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Cell</a>
151 <ul id="cell_menu" class="dropdown-menu">
156 <ul id="cell_menu" class="dropdown-menu">
152 <li id="run_cell" title="Run this cell, and move cursor to the next one">
157 <li id="run_cell" title="Run this cell, and move cursor to the next one">
153 <a href="#">Run</a></li>
158 <a href="#">Run</a></li>
154 <li id="run_cell_select_below" title="Run this cell, select below">
159 <li id="run_cell_select_below" title="Run this cell, select below">
155 <a href="#">Run and Select Below</a></li>
160 <a href="#">Run and Select Below</a></li>
156 <li id="run_cell_insert_below" title="Run this cell, insert below">
161 <li id="run_cell_insert_below" title="Run this cell, insert below">
157 <a href="#">Run and Insert Below</a></li>
162 <a href="#">Run and Insert Below</a></li>
158 <li id="run_all_cells" title="Run all cells in the notebook">
163 <li id="run_all_cells" title="Run all cells in the notebook">
159 <a href="#">Run All</a></li>
164 <a href="#">Run All</a></li>
160 <li id="run_all_cells_above" title="Run all cells above (but not including) this cell">
165 <li id="run_all_cells_above" title="Run all cells above (but not including) this cell">
161 <a href="#">Run All Above</a></li>
166 <a href="#">Run All Above</a></li>
162 <li id="run_all_cells_below" title="Run this cell and all cells below it">
167 <li id="run_all_cells_below" title="Run this cell and all cells below it">
163 <a href="#">Run All Below</a></li>
168 <a href="#">Run All Below</a></li>
164 <li class="divider"></li>
169 <li class="divider"></li>
165 <li id="change_cell_type" class="dropdown-submenu"
170 <li id="change_cell_type" class="dropdown-submenu"
166 title="All cells in the notebook have a cell type. By default, new cells are created as 'Code' cells">
171 title="All cells in the notebook have a cell type. By default, new cells are created as 'Code' cells">
167 <a href="#">Cell Type</a>
172 <a href="#">Cell Type</a>
168 <ul class="dropdown-menu">
173 <ul class="dropdown-menu">
169 <li id="to_code"
174 <li id="to_code"
170 title="Contents will be sent to the kernel for execution, and output will display in the footer of cell">
175 title="Contents will be sent to the kernel for execution, and output will display in the footer of cell">
171 <a href="#">Code</a></li>
176 <a href="#">Code</a></li>
172 <li id="to_markdown"
177 <li id="to_markdown"
173 title="Contents will be rendered as HTML and serve as explanatory text">
178 title="Contents will be rendered as HTML and serve as explanatory text">
174 <a href="#">Markdown</a></li>
179 <a href="#">Markdown</a></li>
175 <li id="to_raw"
180 <li id="to_raw"
176 title="Contents will pass through nbconvert unmodified">
181 title="Contents will pass through nbconvert unmodified">
177 <a href="#">Raw NBConvert</a></li>
182 <a href="#">Raw NBConvert</a></li>
178 <li id="to_heading1"><a href="#">Heading 1</a></li>
183 <li id="to_heading1"><a href="#">Heading 1</a></li>
179 <li id="to_heading2"><a href="#">Heading 2</a></li>
184 <li id="to_heading2"><a href="#">Heading 2</a></li>
180 <li id="to_heading3"><a href="#">Heading 3</a></li>
185 <li id="to_heading3"><a href="#">Heading 3</a></li>
181 <li id="to_heading4"><a href="#">Heading 4</a></li>
186 <li id="to_heading4"><a href="#">Heading 4</a></li>
182 <li id="to_heading5"><a href="#">Heading 5</a></li>
187 <li id="to_heading5"><a href="#">Heading 5</a></li>
183 <li id="to_heading6"><a href="#">Heading 6</a></li>
188 <li id="to_heading6"><a href="#">Heading 6</a></li>
184 </ul>
189 </ul>
185 </li>
190 </li>
186 <li class="divider"></li>
191 <li class="divider"></li>
187 <li id="current_outputs" class="dropdown-submenu"><a href="#">Current Output</a>
192 <li id="current_outputs" class="dropdown-submenu"><a href="#">Current Output</a>
188 <ul class="dropdown-menu">
193 <ul class="dropdown-menu">
189 <li id="toggle_current_output"
194 <li id="toggle_current_output"
190 title="Hide/Show the output of the current cell">
195 title="Hide/Show the output of the current cell">
191 <a href="#">Toggle</a>
196 <a href="#">Toggle</a>
192 </li>
197 </li>
193 <li id="toggle_current_output_scroll"
198 <li id="toggle_current_output_scroll"
194 title="Scroll the output of the current cell">
199 title="Scroll the output of the current cell">
195 <a href="#">Toggle Scrolling</a>
200 <a href="#">Toggle Scrolling</a>
196 </li>
201 </li>
197 <li id="clear_current_output"
202 <li id="clear_current_output"
198 title="Clear the output of the current cell">
203 title="Clear the output of the current cell">
199 <a href="#">Clear</a>
204 <a href="#">Clear</a>
200 </li>
205 </li>
201 </ul>
206 </ul>
202 </li>
207 </li>
203 <li id="all_outputs" class="dropdown-submenu"><a href="#">All Output</a>
208 <li id="all_outputs" class="dropdown-submenu"><a href="#">All Output</a>
204 <ul class="dropdown-menu">
209 <ul class="dropdown-menu">
205 <li id="toggle_all_output"
210 <li id="toggle_all_output"
206 title="Hide/Show the output of all cells">
211 title="Hide/Show the output of all cells">
207 <a href="#">Toggle</a>
212 <a href="#">Toggle</a>
208 </li>
213 </li>
209 <li id="toggle_all_output_scroll"
214 <li id="toggle_all_output_scroll"
210 title="Scroll the output of all cells">
215 title="Scroll the output of all cells">
211 <a href="#">Toggle Scrolling</a>
216 <a href="#">Toggle Scrolling</a>
212 </li>
217 </li>
213 <li id="clear_all_output"
218 <li id="clear_all_output"
214 title="Clear the output of all cells">
219 title="Clear the output of all cells">
215 <a href="#">Clear</a>
220 <a href="#">Clear</a>
216 </li>
221 </li>
217 </ul>
222 </ul>
218 </li>
223 </li>
219 </ul>
224 </ul>
220 </li>
225 </li>
221 <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Kernel</a>
226 <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Kernel</a>
222 <ul id="kernel_menu" class="dropdown-menu">
227 <ul id="kernel_menu" class="dropdown-menu">
223 <li id="int_kernel"
228 <li id="int_kernel"
224 title="Send KeyboardInterrupt (CTRL-C) to the Kernel">
229 title="Send KeyboardInterrupt (CTRL-C) to the Kernel">
225 <a href="#">Interrupt</a></li>
230 <a href="#">Interrupt</a></li>
226 <li id="restart_kernel"
231 <li id="restart_kernel"
227 title="Restart the Kernel">
232 title="Restart the Kernel">
228 <a href="#">Restart</a></li>
233 <a href="#">Restart</a></li>
229 <li class="divider"></li>
234 <li class="divider"></li>
230 <li id="menu-change-kernel" class="dropdown-submenu">
235 <li id="menu-change-kernel" class="dropdown-submenu">
231 <a href="#">Change kernel</a>
236 <a href="#">Change kernel</a>
232 <ul class="dropdown-menu" id="menu-change-kernel-submenu"></ul>
237 <ul class="dropdown-menu" id="menu-change-kernel-submenu"></ul>
233 </li>
238 </li>
234 </ul>
239 </ul>
235 </li>
240 </li>
236 <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Help</a>
241 <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Help</a>
237 <ul id="help_menu" class="dropdown-menu">
242 <ul id="help_menu" class="dropdown-menu">
238 <li id="notebook_tour" title="A quick tour of the notebook user interface"><a href="#">User Interface Tour</a></li>
243 <li id="notebook_tour" title="A quick tour of the notebook user interface"><a href="#">User Interface Tour</a></li>
239 <li id="keyboard_shortcuts" title="Opens a tooltip with all keyboard shortcuts"><a href="#">Keyboard Shortcuts</a></li>
244 <li id="keyboard_shortcuts" title="Opens a tooltip with all keyboard shortcuts"><a href="#">Keyboard Shortcuts</a></li>
240 <li class="divider"></li>
245 <li class="divider"></li>
241 {% set
246 {% set
242 sections = (
247 sections = (
243 (
248 (
244 ("http://ipython.org/documentation.html","IPython Help",True),
249 ("http://ipython.org/documentation.html","IPython Help",True),
245 ("http://nbviewer.ipython.org/github/ipython/ipython/tree/2.x/examples/Index.ipynb", "Notebook Help", True),
250 ("http://nbviewer.ipython.org/github/ipython/ipython/tree/2.x/examples/Index.ipynb", "Notebook Help", True),
246 ),(
251 ),(
247 ("http://docs.python.org","Python",True),
252 ("http://docs.python.org","Python",True),
248 ("http://help.github.com/articles/github-flavored-markdown","Markdown",True),
253 ("http://help.github.com/articles/github-flavored-markdown","Markdown",True),
249 ("http://docs.scipy.org/doc/numpy/reference/","NumPy",True),
254 ("http://docs.scipy.org/doc/numpy/reference/","NumPy",True),
250 ("http://docs.scipy.org/doc/scipy/reference/","SciPy",True),
255 ("http://docs.scipy.org/doc/scipy/reference/","SciPy",True),
251 ("http://matplotlib.org/contents.html","Matplotlib",True),
256 ("http://matplotlib.org/contents.html","Matplotlib",True),
252 ("http://docs.sympy.org/latest/index.html","SymPy",True),
257 ("http://docs.sympy.org/latest/index.html","SymPy",True),
253 ("http://pandas.pydata.org/pandas-docs/stable/","pandas", True)
258 ("http://pandas.pydata.org/pandas-docs/stable/","pandas", True)
254 )
259 )
255 )
260 )
256 %}
261 %}
257
262
258 {% for helplinks in sections %}
263 {% for helplinks in sections %}
259 {% for link in helplinks %}
264 {% for link in helplinks %}
260 <li><a href="{{link[0]}}" {{'target="_blank" title="Opens in a new window"' if link[2]}}>
265 <li><a href="{{link[0]}}" {{'target="_blank" title="Opens in a new window"' if link[2]}}>
261 {{'<i class="fa fa-external-link menu-icon pull-right"></i>' if link[2]}}
266 {{'<i class="fa fa-external-link menu-icon pull-right"></i>' if link[2]}}
262 {{link[1]}}
267 {{link[1]}}
263 </a></li>
268 </a></li>
264 {% endfor %}
269 {% endfor %}
265 {% if not loop.last %}
270 {% if not loop.last %}
266 <li class="divider"></li>
271 <li class="divider"></li>
267 {% endif %}
272 {% endif %}
268 {% endfor %}
273 {% endfor %}
269 </li>
274 </li>
270 </ul>
275 </ul>
271 </li>
276 </li>
272 </ul>
277 </ul>
278 </div>
273 <ul class="nav navbar-nav navbar-right">
279 <ul class="nav navbar-nav navbar-right">
274 <li id="kernel_indicator">
280 <li id="kernel_indicator">
275 <i id="kernel_indicator_icon"></i>
281 <i id="kernel_indicator_icon"></i>
276 </li>
282 </li>
277 <li id="modal_indicator">
283 <li id="modal_indicator">
278 <i id="modal_indicator_icon"></i>
284 <i id="modal_indicator_icon"></i>
279 </li>
285 </li>
280 <li id="notification_area"></li>
286 <li id="notification_area"></li>
281 </ul>
287 </ul>
282 </div>
288 </div>
283 </div>
289 </div>
284 </div>
290 </div>
285 <div id="maintoolbar" class="navbar">
291 <div id="maintoolbar" class="navbar">
286 <div class="toolbar-inner navbar-inner navbar-nobg">
292 <div class="toolbar-inner navbar-inner navbar-nobg">
287 <div id="maintoolbar-container" class="container"></div>
293 <div id="maintoolbar-container" class="container"></div>
288 </div>
294 </div>
289 </div>
295 </div>
290 </div>
296 </div>
291
297
292 <div id="ipython-main-app">
298 <div id="ipython-main-app">
293
299
294 <div id="notebook_panel">
300 <div id="notebook_panel">
295 <div id="notebook"></div>
301 <div id="notebook"></div>
296 <div id="pager_splitter"></div>
302 <div id="pager_splitter"></div>
297 <div id="pager">
303 <div id="pager">
298 <div id='pager_button_area'>
304 <div id='pager_button_area'>
299 </div>
305 </div>
300 <div id="pager-container" class="container"></div>
306 <div id="pager-container" class="container"></div>
301 </div>
307 </div>
302 </div>
308 </div>
303
309
304 </div>
310 </div>
305 <div id='tooltip' class='ipython_tooltip' style='display:none'></div>
311 <div id='tooltip' class='ipython_tooltip' style='display:none'></div>
306
312
307
313
308 {% endblock %}
314 {% endblock %}
309
315
310
316
311 {% block script %}
317 {% block script %}
312 {{super()}}
318 {{super()}}
313
319
314
320
315 <script src="{{ static_url("notebook/js/main.js") }}" charset="utf-8"></script>
321 <script src="{{ static_url("notebook/js/main.js") }}" charset="utf-8"></script>
316
322
317 {% endblock %}
323 {% endblock %}
General Comments 0
You need to be logged in to leave comments. Login now