Show More
@@ -768,6 +768,7 b' var IPython = (function (IPython) {' | |||||
768 | $('head').clone().html() + |
|
768 | $('head').clone().html() + | |
769 | '<style type="text/css">' + |
|
769 | '<style type="text/css">' + | |
770 | '@media print { body { overflow: visible !important; } }' + |
|
770 | '@media print { body { overflow: visible !important; } }' + | |
|
771 | '.ui-widget-content { border: 0px; }' + | |||
771 | '</style>' + |
|
772 | '</style>' + | |
772 | '</head><body style="overflow: auto;">' + |
|
773 | '</head><body style="overflow: auto;">' + | |
773 | $('#notebook').clone().html() + |
|
774 | $('#notebook').clone().html() + |
General Comments 0
You need to be logged in to leave comments.
Login now