##// END OF EJS Templates
Merge pull request #1933 from bfroehle/oinspect_find_file...
Merge pull request #1933 from bfroehle/oinspect_find_file oinspect.find_file: Additional safety if file cannot be found. In some code paths, e.g. when introspecting fortran objects generated by f2py, oinspect.find_file will raise an UnboundLocalError. Prevent this by setting fname to None.

File last commit:

r5878:b0954abb
r7522:410a18b7 merge
Show More
printnotebook.css
5 lines | 197 B | text/css | CssLexer
body { overflow: visible !important; }
div#notebook { overflow: visible !important; }
.ui-widget-content { border: 0px; }
#save_widget {margin: 0px !important;}
#header {display: none !important;}