##// END OF EJS Templates
Fix backtics to be RST-formatted, not markdown.
Fernando Perez -
Show More
@@ -525,13 +525,13 b' class ExecutionMagics(Magics):'
525 525 ( -m mod | filename ) [args]
526 526
527 527 The filename argument should be either a pure Python script (with
528 extension `.py`), or a file with custom IPython syntax (such as
529 magics). If the latter, the file can be either a script with `.ipy`
530 extension, or a Jupyter notebook with `.ipynb` extension. When running
528 extension ``.py``), or a file with custom IPython syntax (such as
529 magics). If the latter, the file can be either a script with ``.ipy``
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 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
534 at the system command line, the ``jupyter run`` command offers similar
535 535 functionality for executing notebooks (albeit currently with some
536 536 differences in supported options).
537 537
General Comments 0
You need to be logged in to leave comments. Login now