Go to file
Fernando Perez f52a1f689c Merge pull request #1934 from minrk/cellmd
Cell/Worksheet metadata

* metadata dicts are attached to cells and worksheets
* restores collapsed flag to the nbformat - this change happened in the refactor, and was undocumented, and possibly accidental.  But we should either document it or fix it, and this includes a fix.
* adds a new field, `nbformat_minor`, used to denote minor bumps of the notebook format that expose new capabilities but don't prevent loading by older clients.
* Add a warning in Javascript if loading a multiworksheet notebook (which will exist in the future) as current JS code will only save the first.


closes #1915
2012-06-17 17:21:35 -07:00
docs Update directview.ipynb & allowing no-callbacks in kernel.execute. 2012-05-31 13:08:34 -07:00
IPython Merge pull request #1934 from minrk/cellmd 2012-06-17 17:21:35 -07:00
.gitignore Add MANIFEST to ignore list. 2011-10-13 22:13:30 -07:00
.mailmap Small fixes to mailmap file 2012-06-02 15:42:30 -07:00
setup.py Force setuptools to skip byte compilation when installing on Python 3. 2012-04-18 14:02:29 +01:00
setupbase.py Exclude IPython.quarantine from installation. 2012-04-15 12:49:46 +01:00