aboutsummaryrefslogtreecommitdiff
path: root/test/ipynb/simple.ipynb
AgeCommit message (Collapse)AuthorFilesLines
2019-03-09Include execution output in ipynb test.John MacFarlane1-2/+17
2019-03-09Ipynb reader/writer: better handling of cell metadata.John MacFarlane1-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-09Added simple ipynb reader/writer tests.John MacFarlane1-0/+66
Closes #5274.