aboutsummaryrefslogtreecommitdiff
path: root/test/ipynb/simple.ipynb
AgeCommit message (Collapse)AuthorFilesLines
2021-12-06Ipynb reader & writer: properly handle cell "id".John MacFarlane1-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-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.