Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-12-06 | Ipynb reader & writer: properly handle cell "id". | John MacFarlane | 1 | -5/+10 | |
This is passed through if it exists (in Nb4); otherwise the writer will add a random one so that cells all have an "id". Closes #7728. | |||||
2019-03-09 | Include execution output in ipynb test. | John MacFarlane | 1 | -2/+17 | |
2019-03-09 | Ipynb reader/writer: better handling of cell metadata. | John MacFarlane | 1 | -1/+6 | |
We now handle even complex cell metadata in the Div's attributes. Simple metadata fields are rendered as a plain string, and complex ones as JSON. | |||||
2019-02-09 | Added simple ipynb reader/writer tests. | John MacFarlane | 1 | -0/+66 | |
Closes #5274. |