##// END OF EJS Templates
Lots of small notebook improvements....
Lots of small notebook improvements. * Merge/split works for all cell types. * Notebook.select won't select an already selected cell. * Bugs in markdown cell editing fixed. * border-box-sizing used for Markdown cells to get correct css boxes. * Shading/border added to Markdown cell editor.

File last commit:

r3408:261328d5
r5946:357e3e6b
Show More
__init__.py
4 lines | 74 B | text/x-python | PythonLexer
try:
from mglob import *
except ImportError:
from _mglob import *