##// 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 ...

File last commit:

r13195:ee7d313e
r17362:4baf299e
Show More
__init__.py
2 lines | 43 B | text/x-python | PythonLexer
from .manager import *
from .comm import *