aboutsummaryrefslogtreecommitdiff
path: root/test/ipynb/simple.in.native
AgeCommit message (Collapse)AuthorFilesLines
2021-12-06Ipynb reader & writer: properly handle cell "id".John MacFarlane1-6/+6
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/+4
2019-03-09Ipynb reader/writer: better handling of cell metadata.John MacFarlane1-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-09Added simple ipynb reader/writer tests.John MacFarlane1-0/+13
Closes #5274.