Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-09 | Include execution output in ipynb test. | John MacFarlane | 3 | -6/+25 | |
2019-03-09 | Ipynb reader/writer: better handling of cell metadata. | John MacFarlane | 3 | -3/+8 | |
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 | 3 | -0/+92 | |
Closes #5274. |