##// END OF EJS Templates
Add -m option to %run to launch a module as a script....
Add -m option to %run to launch a module as a script. The new -m option searches for a module on the python path and launches that module as a script. This is similar to Python's -m command-line flag in behavior, but while staying inside IPython. Conflicts: IPython/core/magic.py Closes gh-819.
Jörgen Stenarson -
r4978:a4cfe5cf merge
Show More
Name Size Modified Last Commit Author
/ IPython / config / tests
__init__.py Loading ...
test_application.py Loading ...
test_configurable.py Loading ...
test_loader.py Loading ...