##// END OF EJS Templates
Update `%run` docs to mention parallel with `jupyter run`.
Fernando Perez -
Show More
@@ -530,7 +530,10 b' class ExecutionMagics(Magics):'
530 530 extension, or a Jupyter notebook with `.ipynb` extension. When running
531 531 a Jupyter notebook, the output from print statements and other
532 532 displayed objects will appear in the terminal (even matplotlib figures
533 will open, if a terminal-compliant backend is being used).
533 will open, if a terminal-compliant backend is being used). Note that,
534 at the system command line, the `jupyter run` command offers similar
535 functionality for executing notebooks (albeit currently with some
536 differences in supported options).
534 537
535 538 Parameters after the filename are passed as command-line arguments to
536 539 the program (put in sys.argv). Then, control returns to IPython's
General Comments 0
You need to be logged in to leave comments. Login now