Closed TomAugspurger closed 8 years ago
Closes https://github.com/pystitch/stitch/issues/27
This will (hopefully) pass through output created by IPython's various display.* functions.
display.*
cc @michaelnt
Just a proof of concept right now. This successfully takes a display.markdown(text) output and renders it to HTML, PDF.
display.markdown(text)
Closes https://github.com/pystitch/stitch/issues/27
This will (hopefully) pass through output created by IPython's various
display.*
functions.cc @michaelnt
Just a proof of concept right now. This successfully takes a
display.markdown(text)
output and renders it to HTML, PDF.