##// END OF EJS Templates
fix %autopx in scripts by calling run_code for each ast node...
fix %autopx in scripts by calling run_code for each ast node Previously, there was no call to override if %autopx was called inside a single cell (e.g. %run script.ipy). This splits run_ast_nodes, so that each node gets a separate call to run_code. reviewed changes: * remove old use of 'new' * fix interactiveshell.run_code docstring Additional change: automatically load parallelmagic extension on view.activate()
MinRK -
r3735:31c15b8f
Show More
Name Size Modified Last Commit Author
/ IPython / parallel
apps
client
controller
engine
scheduler
scripts
tests
__init__.py Loading ...
error.py Loading ...
factory.py Loading ...
streamsession.py Loading ...
util.py Loading ...