astoff / code-cells.el

Emacs utilities for code split into cells, including Jupyter notebooks
GNU General Public License v3.0
180 stars 11 forks source link

Jupytext option writes no code cells from Org-babel and Pandoc throws "Unkown writer" #17

Closed progsi closed 1 year ago

progsi commented 1 year ago

I can't really export org-mode to ipynb. Jupytext option writes no code cells from Org-babel and Pandoc throws "Unkown writer". Do you know why this could be the case?

astoff commented 1 year ago

This package has no relation to Org. What exactly are you attempting?

progsi commented 1 year ago

I was attempting to export an org-file with org-babel snippets to ipynb. This worked yesterday, but now not anymore (code cells are exported as markdown cells). Maybe I am confusing something with another ipynb package used.

astoff commented 1 year ago

Probably, yes. This package can load ipynb files as if they were a normal Python script, and save said scripts as ipynb. No interaction with Org is provided.