Show More
@@ -118,11 +118,16 b' class="notebook_app"' | |||||
118 | </li> |
|
118 | </li> | |
119 | <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Cell</a> |
|
119 | <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Cell</a> | |
120 | <ul class="dropdown-menu"> |
|
120 | <ul class="dropdown-menu"> | |
121 | <li id="run_cell"><a href="#">Run</a></li> |
|
121 | <li id="run_cell" title="Run this cell, and move cursor to the next one"> | |
122 |
|
|
122 | <a href="#">Run</a></li> | |
123 | <li id="run_all_cells"><a href="#">Run All</a></li> |
|
123 | <li id="run_cell_in_place" title="Run this cell, without moving to the next one"> | |
124 |
|
|
124 | <a href="#">Run in Place</a></li> | |
125 |
<li id="run_all_cells |
|
125 | <li id="run_all_cells" title="Run all cells in the notebook"> | |
|
126 | <a href="#">Run All</a></li> | |||
|
127 | <li id="run_all_cells_above" title="Run all cells above (but not including) this cell"> | |||
|
128 | <a href="#">Run All Above</a></li> | |||
|
129 | <li id="run_all_cells_below" title="Run this cell and all cells below it"> | |||
|
130 | <a href="#">Run All Below</a></li> | |||
126 | <li class="divider"></li> |
|
131 | <li class="divider"></li> | |
127 | <li id="change_cell_type" class="dropdown-submenu"><a href="#">Cell Type</a> |
|
132 | <li id="change_cell_type" class="dropdown-submenu"><a href="#">Cell Type</a> | |
128 | <ul class="dropdown-menu"> |
|
133 | <ul class="dropdown-menu"> |
General Comments 0
You need to be logged in to leave comments.
Login now