It would be nice if IPython's line magic command can have line breaks, like python or shell script. For example, I want something like the this in notebook:
%run myscript.py \
--output very/very/long/path/ \
--parameter_alpha ... \
--parameter_beta ... \
--parameter_gamma ... \
...
Will it over complicate the current magic command system?
It would be nice if IPython's line magic command can have line breaks, like python or shell script. For example, I want something like the this in notebook:
Will it over complicate the current magic command system?