Testing Pandoc and Jupyter Notebooks
Published:
Jupyter Notebooks to markdown and html with Pandoc For several months now, the universal document converter pandoc has had support for Jupyter Notebooks. This means that with a single call, you can convert .ipynb
files to any of the output formats that Pandoc supports (and vice-versa!). This post is a quick exploration of what this looks like. Note that for this post, were using Pandoc version 2.7.3. Also, some of whats below is hard to interpret without actually opening the files that are created by Pandoc. For the sake of this blog post, Im going to stick with the raw text output here, though you can expand