ox-ipynb icon indicating copy to clipboard operation
ox-ipynb copied to clipboard

org-mode exporter to Jupyter notebooks

Results 16 ox-ipynb issues
Sort by recently updated
recently updated
newest added

I frequently use the header argument `:exports none` for code blocks that I don't want to be exported to LaTeX: ``` #+begin_src jupyter-python :exports none import numpy as np #+end_src...

When using ox-ipynb with the org-mode dispatcher and selecting "Export scope: subtree" the setting is not used by ox-ipynb, i.e. the whole file gets exported regardless. Do you plan or...

I'm a Emacs newbie. I loaded ox-ipynb.el and saw this message. How can I remove or fix it?

I have met the issue #42 and I think `ox-ipynb-get-language` should at least warn when the result does not match any of `ox-ipynb-kernelspecs` such that the user will know what...

Exporting a org-mode document to ipynb fails with the following error message: Unable to resolve link "citeproc_bib_item_1" I have an org-mode document with citations and jupyter-python code blocks that I...

This is awesome. Any plans to put this on (M)Elpa?

Dear John, I ran into the following unexpected behavior while exporting some Org-Tables. Exporting the following table: `| column-a | column-b | |----------+----------| | test1 | test2 | | test3...

Thanks for developing such a great jupyter notebook exporter from org-mode. I tend to generate both jupyter notebooks and latex (also beamer) files from a single org-mode source file which...

I have `#+OPTIONS: broken-links:mark` in my header but `ox-ipynb` doesn't seem to respect that. I get an error saying "link xxx could not be resolved"

I am trying to generate the table of contents of my notebook when exporting it. I use the following in-buffer setting: `#+OPTIONS: toc:2` However, the exported .ipynb file only contains...