##// END OF EJS Templates
First implementation of cell magics that goes via inputsplitter....
First implementation of cell magics that goes via inputsplitter. The code is still ugly and probably somewhat fragile, but the basic idea is there. I need to clean things up and test in the qt console and terminal, where things aren't probably quite right yet.

File last commit:

r4053:b45902e3
r6976:1a856e1b
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *