Show More
@@ -106,14 +106,22 b' class="notebook_app"' | |||
|
106 | 106 | </li> |
|
107 | 107 | <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">View</a> |
|
108 | 108 | <ul class="dropdown-menu"> |
|
109 |
<li id="toggle_header" |
|
|
110 | <li id="toggle_toolbar"><a href="#">Toggle Toolbar</a></li> | |
|
109 | <li id="toggle_header" | |
|
110 | title="Show/Hide the IPython Notebook logo and notebook title (above menu bar)"> | |
|
111 | <a href="#">Toggle Header</a></li> | |
|
112 | <li id="toggle_toolbar" | |
|
113 | title="Show/Hide the action icons (below menu bar)"> | |
|
114 | <a href="#">Toggle Toolbar</a></li> | |
|
111 | 115 | </ul> |
|
112 | 116 | </li> |
|
113 | 117 | <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Insert</a> |
|
114 | 118 | <ul class="dropdown-menu"> |
|
115 |
<li id="insert_cell_above" |
|
|
116 | <li id="insert_cell_below"><a href="#">Insert Cell Below</a></li> | |
|
119 | <li id="insert_cell_above" | |
|
120 | title="Insert an empty Code cell above the currently active cell"> | |
|
121 | <a href="#">Insert Cell Above</a></li> | |
|
122 | <li id="insert_cell_below" | |
|
123 | title="Insert an empty Code cell below the currently active cell"> | |
|
124 | <a href="#">Insert Cell Below</a></li> | |
|
117 | 125 | </ul> |
|
118 | 126 | </li> |
|
119 | 127 | <li class="dropdown"><a href="#" class="dropdown-toggle" data-toggle="dropdown">Cell</a> |
General Comments 0
You need to be logged in to leave comments.
Login now