ox-ipynb ---- export org mode file as jupyter "*.ipynb" file

导出失败问题

最好不要导出 jupyter 不支持的代码块

  • 例如: emacs-lisp 代码块

错误类型:

  • 直接在 headline 之后,导出错误

    * my headline
    #+BEGIN_SRC emacs-lisp
    org-babel-default-header-args:jupyter-python
    #+END_SRC
    
    #+RESULTS:
    : ((:results . both) (:session . jupyter-python) (:kernel . python3) (:pandoc . t) (:exports . both) (:cache . no) (:noweb . no) (:hlines . no) (:tangle . no) (:eval . never-export))
    
    Something else
    
    • 报错: