##// END OF EJS Templates
Better handling of `__file__` when running scripts....
Better handling of `__file__` when running scripts. * Set `__file__` when running `ipython filename.ipy` * Avoid leaking `__file__` back into the main namespace when using `%run`.

File last commit:

r6192:a53b1a9f
r8529:fb101a1a
Show More
logout.css
7 lines | 76 B | text/css | CssLexer
#main_app {
height: 100px;
width: 200px;
margin: 50px auto;
}