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

r3410:21647ae3
r6976:1a856e1b
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *