##// END OF EJS Templates
Reducing/adjusting the padding of cells to make the notebook more...
Reducing/adjusting the padding of cells to make the notebook more compact. * Reduced padding between cells from 15px to 5px. * Prompt width is now dynamic to grow/shrink as the prompt number increases in width. * Reduced padding between input and output from 15px to 5px.

File last commit:

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