##// END OF EJS Templates
Backport PR #6102: Add newline if missing to end of script magic cell...
Backport PR #6102: Add newline if missing to end of script magic cell The script magic %%cmd fails in IPython notebook if trailing newlines are omitted. In IPython console, %%cmd behaves correctly: ``` In [1]: %%cmd ...
MinRK -
r17362:4baf299e
Show More
Name Size Modified Last Commit Author
/ IPython / nbconvert / exporters
tests
__init__.py Loading ...
export.py Loading ...
exporter.py Loading ...
html.py Loading ...
latex.py Loading ...
markdown.py Loading ...
python.py Loading ...
rst.py Loading ...
slides.py Loading ...
templateexporter.py Loading ...