Alldocs

Convert Jupyter
to JSON (Pandoc)

Looking for a free text converter? Look no more, upload your Jupyter notebook files and convert them to Pandoc JSON files. Yes, it’s that easy.

Converting from Jupyter notebook

Jupyter Notebook are the perfect playground for every nerd. The documents are based on JSON, but they follow a versioned schema, and contain ordered lists of input/output cells which can contain code, Markdown text, mathematics, plots and rich media. See what I mean? Jupyter Notebook provides a browser-based interactive interface that let’s you make those files. The whole Jupyter universe is huge. But you’re here, so I suppose you already know more about this stuff than me. You’re probably only looking for a nice and free converter and what should I say? I’ve never used Jupyter, but I built this free online converter you’re looking for. Happy converting!

The files end with .ipynb by default.

More about Jupyter notebook files

Converting to Pandoc JSON

This free online converter is based on Pandoc, a command-line tool that is capable of converting nearly any text format to any other text format. Under the hood Pandoc converts text formats to an abstract tree. Pandoc uses the abstract tree to generate your desired format. That abstract tree can be stored as JSON, so that’s what we do here. Not sure why anybody would want a JSON file with a Pandoc AST, but probably you just need any JSON (JavaScript object notation) represenation. Try Pandoc JSON, it’s good to parse in any language. Hope that helps! At least it’s free.

The files end with .json by default. More about Pandoc JSON files