Show More
@@ -30,6 +30,7 $(document).ready(function () { | |||
|
30 | 30 | IPython.save_widget = new IPython.SaveWidget('span#save_widget'); |
|
31 | 31 | IPython.menubar = new IPython.MenuBar('#menubar') |
|
32 | 32 | IPython.toolbar = new IPython.ToolBar('#toolbar') |
|
33 | IPython.tooltip = new IPython.Tooltip() | |
|
33 | 34 | IPython.notification_widget = new IPython.NotificationWidget('#notification') |
|
34 | 35 | |
|
35 | 36 | IPython.layout_manager.do_resize(); |
@@ -193,6 +193,8 data-notebook-id={{notebook_id}} | |||
|
193 | 193 | </div> |
|
194 | 194 | |
|
195 | 195 | </div> |
|
196 | <div id='tooltip' class='tooltip smalltooltip ui-corner-all hidden'></div> | |
|
197 | ||
|
196 | 198 | |
|
197 | 199 | {% end %} |
|
198 | 200 | |
@@ -230,6 +232,7 data-notebook-id={{notebook_id}} | |||
|
230 | 232 | <script src="{{ static_url("js/toolbar.js") }}" type="text/javascript" charset="utf-8"></script> |
|
231 | 233 | <script src="{{ static_url("js/notebook.js") }}" type="text/javascript" charset="utf-8"></script> |
|
232 | 234 | <script src="{{ static_url("js/notificationwidget.js") }}" type="text/javascript" charset="utf-8"></script> |
|
235 | <script src="{{ static_url("js/tooltip.js") }}" type="text/javascript" charset="utf-8"></script> | |
|
233 | 236 | <script src="{{ static_url("js/notebookmain.js") }}" type="text/javascript" charset="utf-8"></script> |
|
234 | 237 | |
|
235 | 238 | <script src="{{ static_url("js/context-hint.js") }} charset="utf-8"></script> |
General Comments 0
You need to be logged in to leave comments.
Login now