##// END OF EJS Templates
Basic notebook saving and loading....
Basic notebook saving and loading. * The logic in the server and javascript frontend is there for a basic JSON notebook format with a .ipynb extension. * To save a new notebook: "%notebook save filename.ipynb" * To save a notebook that is already saved: "%notebook save" * To load a notebook from the cwd: "notebook load filename.ipynb"

File last commit:

r3408:261328d5
r4315:26074433
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *