notebook/IPython
Brian Granger 005820c005 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"
2011-07-20 20:42:32 -07:00
..
frontend/html/notebook Basic notebook saving and loading. 2011-07-20 20:42:32 -07:00
testing 2011-07-12 19:19:38 +02:00
utils/tests io.Term.cin/out/err replaced by io.stdin/out/err 2011-04-27 11:35:53 -07:00