##// END OF EJS Templates
make hiding of initial namespace optional...
make hiding of initial namespace optional It is by design that names loaded by startup files, etc. are hidden from things like `%who`. But this behavior is pretty surprising, especially since ipython -i script.py and %run -i script.py have different behaviors with respect to the hidden namespace. Since the current behavior was added at the request of @fperez, I left the default behavior unchanged, but added a flag to disable hiding initial variables.

File last commit:

r11034:3d78ea30
r13616:680d854b
Show More
.gitmodules
3 lines | 121 B | text/plain | TextLexer
[submodule "components"]
path = IPython/html/static/components
url = https://github.com/ipython/ipython-components.git