Show More
@@ -32,11 +32,12 b' $(document).ready(function () {' | |||||
32 | IPython.layout_manager.do_resize(); |
|
32 | IPython.layout_manager.do_resize(); | |
33 | IPython.notebook.insert_code_cell_after(); |
|
33 | IPython.notebook.insert_code_cell_after(); | |
34 | IPython.layout_manager.do_resize(); |
|
34 | IPython.layout_manager.do_resize(); | |
35 | IPython.pager.collapse(); |
|
|||
36 | IPython.layout_manager.do_resize(); |
|
|||
37 |
|
35 | |||
38 | // These have display: none in the css file and are made visible here to prevent FLOUC. |
|
36 | // These have display: none in the css file and are made visible here to prevent FLOUC. | |
39 | $('div#header').css('display','block'); |
|
37 | $('div#header').css('display','block'); | |
40 | $('div#notebook_app').css('display','block'); |
|
38 | $('div#notebook_app').css('display','block'); | |
|
39 | IPython.layout_manager.do_resize(); | |||
|
40 | IPython.pager.collapse(); | |||
|
41 | IPython.layout_manager.do_resize(); | |||
41 | }); |
|
42 | }); | |
42 |
|
43 |
General Comments 0
You need to be logged in to leave comments.
Login now