##// END OF EJS Templates
support notebooks in %run...
support notebooks in %run Simple enough - just generalized safe_exec_ipy a bit to support a sequence of cells rather than just one cell (the .ipy behavior). I think we have an issue open for this, but I can't seem to find it.

File last commit:

r13459:6802677d
r13644:2a11e86f
Show More
.gitignore
17 lines | 216 B | text/plain | TextLexer
MANIFEST
build
dist
_build
docs/man/*.gz
docs/source/api/generated
docs/source/config/options
docs/gh-pages
IPython/html/notebook/static/mathjax
*.py[co]
__pycache__
build
*.egg-info
*~
*.bak
.ipynb_checkpoints
.tox