##// END OF EJS Templates
Updating CodeMirror to v 2.12....
Updating CodeMirror to v 2.12. For now I am keeping the old codemirror2 directory in here until we finish debugging the new version.

File last commit:

r4498:b0e516c2
r4504:981bc0cc
Show More
__init__.py
21 lines | 673 B | text/x-python | PythonLexer
from .nbbase import (
NotebookNode,
new_code_cell, new_html_cell, new_notebook, new_output, new_worksheet
)
from .nbjson import reads as reads_json, writes as writes_json
from .nbjson import reads as read_json, writes as write_json
from .nbjson import to_notebook as to_notebook_json
from .nbxml import reads as reads_xml, writes as writes_xml
from .nbxml import reads as read_xml, writes as write_xml
from .nbxml import to_notebook as to_notebook_xml
from .nbpy import reads as reads_py, writes as writes_py
from .nbpy import reads as read_py, writes as write_py
from .nbpy import to_notebook as to_notebook_py
from .convert import convert_to_this_nbformat