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