##// END OF EJS Templates
small CSS adjustments in notebook...
small CSS adjustments in notebook * add think border around input area * change background instead of foreground on stderr * only stderr/stdout are output_stream, general text (including streams) is output_text * reduce vertical padding on stream output, per @fperez

File last commit:

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