##// END OF EJS Templates
Much improved nagivation for the notebook cells....
Much improved nagivation for the notebook cells. * Up/Down arrow now used to navigate cells. * For text cells, shift-enter renders, enter edits.

File last commit:

r3408:261328d5
r4334:c14e6511
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from pyparsing import *
except ImportError:
from _pyparsing import *