##// END OF EJS Templates
BUG: Don't index args unless we know we can...
BUG: Don't index args unless we know we can Otherwise we get an `IndexError` on any command that didn't require more arguments. For example running a bare `%conda` raises currently. In addition, `%conda list` raises as there aren't enough args for - args = args[1:]
farisachugthai -
r26255:c2f7a62d
Show More
Name Size Modified Last Commit Author
/ IPython / core / magics
__init__.py Loading ...
auto.py Loading ...
basic.py Loading ...
code.py Loading ...
config.py Loading ...
display.py Loading ...
execution.py Loading ...
extension.py Loading ...
history.py Loading ...
logging.py Loading ...
namespace.py Loading ...
osm.py Loading ...
packaging.py Loading ...
pylab.py Loading ...
script.py Loading ...