aboutsummaryrefslogtreecommitdiff
path: root/test/ipynb
AgeCommit message (Expand)AuthorFilesLines
2021-12-22Add text wrapping to HTML output.John MacFarlane1-4/+8
2021-12-11fix(IpynbOutput)!: rank always favors output formatKolen Cheung2-0/+70
2021-12-09ipynb writer: handle cell output with raw block of markdown (#7563)Kolen Cheung3-0/+510
2021-12-06Ipynb reader & writer: properly handle cell "id".John MacFarlane3-16/+21
2021-09-28Switch from pretty-simple to pretty-show for native output.John MacFarlane1-93/+90
2021-09-21Use pretty-simple to format native output.John MacFarlane1-15/+106
2020-07-02Revert "Ipnyb: allow lossless round-tripping of markdown cell content."John MacFarlane1-3/+3
2020-06-30Ipnyb: allow lossless round-tripping of markdown cell content.John MacFarlane1-3/+3
2019-03-09Include execution output in ipynb test.John MacFarlane3-6/+25
2019-03-09Ipynb reader/writer: better handling of cell metadata.John MacFarlane3-3/+8
2019-02-09Added simple ipynb reader/writer tests.John MacFarlane3-0/+92