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
报错:
TypeError('pop expected at most 1 argument, got 2')
非 python 代码块被导出成 markdown
如何禁用导出
文章作者
上次更新 2022-03-07 (de34a70)