Go to file
Brian E. Granger ad84abcf36 Improvements to file uploaded, mime types and .py reader.
* The .py notebook reader now uses that ast module to split
  a plain python file into blocks. These blocks become cells in
  the notebook.
* Proper mime types are used for xml (application/xml), json
  (application/json) and python (application/x-python).
* Other fixes to file uploading.
2011-08-06 17:47:18 -07:00
docs/source/_static gave logo harder, cleaner edges 2011-02-10 12:42:24 -08:00
IPython Improvements to file uploaded, mime types and .py reader. 2011-08-06 17:47:18 -07:00
.gitignore update gitignore to exclude dist and zipped man pages 2011-07-05 17:25:05 -07:00
setup.py cleanup removed ipythonx,ipython-wx from setup.py 2011-07-18 14:43:16 -07:00
setupbase.py Fixing setupbase.py for nbformat package. 2011-08-01 09:56:42 -07:00