##// 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 ( -m mod | filename ) [args]
525 ( -m mod | filename ) [args]
526
526
527 The filename argument should be either a pure Python script (with
527 The filename argument should be either a pure Python script (with
528 extension `.py`), or a file with custom IPython syntax (such as
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`
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
530 extension, or a Jupyter notebook with ``.ipynb`` extension. When running
531 a Jupyter notebook, the output from print statements and other
531 a Jupyter notebook, the output from print statements and other
532 displayed objects will appear in the terminal (even matplotlib figures
532 displayed objects will appear in the terminal (even matplotlib figures
533 will open, if a terminal-compliant backend is being used). Note that,
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 functionality for executing notebooks (albeit currently with some
535 functionality for executing notebooks (albeit currently with some
536 differences in supported options).
536 differences in supported options).
537
537
General Comments 0
You need to be logged in to leave comments. Login now