##// END OF EJS Templates
CodeMirror code editing added....
CodeMirror code editing added. * codemirror2 repo has been added to IPython. * Custom coloring used to match the qtconsole.

File last commit:

r3408:261328d5
r4332:f5911d3c
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from Itpl import *
except ImportError:
from _Itpl import *