|
|
|
|
@ -148,6 +148,28 @@ class="notebook_app"
|
|
|
|
|
<li id="run_all_cells_below" title="Run this cell and all cells below it">
|
|
|
|
|
<a href="#">Run All Below</a></li>
|
|
|
|
|
<li class="divider"></li>
|
|
|
|
|
<li id="change_cell_type" class="dropdown-submenu"
|
|
|
|
|
title="All cells in the notebook have a cell type. By default, new cells are created as 'Code' cells">
|
|
|
|
|
<a href="#">Cell Type</a>
|
|
|
|
|
<ul class="dropdown-menu">
|
|
|
|
|
<li id="to_code"
|
|
|
|
|
title="Contents will be sent to the kernel for execution, and output will display in the footer of cell">
|
|
|
|
|
<a href="#">Code</a></li>
|
|
|
|
|
<li id="to_markdown"
|
|
|
|
|
title="Contents will be rendered as HTML and serve as explanatory text">
|
|
|
|
|
<a href="#">Markdown</a></li>
|
|
|
|
|
<li id="to_raw"
|
|
|
|
|
title="Contents will pass through nbconvert unmodified">
|
|
|
|
|
<a href="#">Raw NBConvert</a></li>
|
|
|
|
|
<li id="to_heading1"><a href="#">Heading 1</a></li>
|
|
|
|
|
<li id="to_heading2"><a href="#">Heading 2</a></li>
|
|
|
|
|
<li id="to_heading3"><a href="#">Heading 3</a></li>
|
|
|
|
|
<li id="to_heading4"><a href="#">Heading 4</a></li>
|
|
|
|
|
<li id="to_heading5"><a href="#">Heading 5</a></li>
|
|
|
|
|
<li id="to_heading6"><a href="#">Heading 6</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="divider"></li>
|
|
|
|
|
<li id="current_outputs" class="dropdown-submenu"><a href="#">Current Output</a>
|
|
|
|
|
<ul class="dropdown-menu">
|
|
|
|
|
<li id="collapse_current_output"><a href="#">Collapse</a></li>
|
|
|
|
|
@ -172,6 +194,16 @@ class="notebook_app"
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Kernel</a>
|
|
|
|
|
<ul class="dropdown-menu">
|
|
|
|
|
<li id="int_kernel"
|
|
|
|
|
title="Send KeyboardInterrupt (CTRL-C) to the Kernel">
|
|
|
|
|
<a href="#">Interrupt</a></li>
|
|
|
|
|
<li id="restart_kernel"
|
|
|
|
|
title="Restart the Kernel">
|
|
|
|
|
<a href="#">Restart</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</li>
|
|
|
|
|
<li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Help</a>
|
|
|
|
|
<ul class="dropdown-menu" title="Opens in a new window">
|
|
|
|
|
<li><a href="http://ipython.org/documentation.html" target="_blank">IPython Help</a></li>
|
|
|
|
|
|