jlumpe / ox-json

JSON export back end for Emacs Org mode
MIT License
82 stars 6 forks source link

IPython Notebook (.ipynb) specific JSON? #1

Closed mankoff closed 5 years ago

mankoff commented 5 years ago

Are there plans to support the JSON format that is .ipynb format?

jlumpe commented 5 years ago

That's sort of outside the scope of what this package is supposed to be, but the idea is once you have the data in JSON you can process it with any tools you want outside Emacs. The pyorg package was written to work with this data in Python, I'm sure combining it with something like nbformat would get you what you need.