commit e6ba9d1989bd72f69f2a8f9a11cb2b7ccbb07b75
parent 2373a6a9457beae3f24b0727f47945fe5e73f9fc
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Thu, 20 Sep 2018 09:59:04 -0400
Add Jupyter notebook export backend for org-mode.
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/README.org b/README.org
@@ -973,6 +973,14 @@ other formats via Pandoc.
:ensure t)
#+END_SRC
+**** Jupyter Notebook
+Export backend for =.ipynb=. Package is not in MELPA yet, so using local copy. Repository is located [[https://github.com/jkitchin/ox-ipynb][here]].
+
+#+BEGIN_SRC emacs-lisp
+ (use-package ox-ipynb
+ :load-path "local/ox-ipynb/")
+#+END_SRC
+
*** LaTeX Macros
Support LaTeX macros in both LaTeX and HTML/MathJax export. We do this by adding
a dummy language to Babel. Idea comes form [[https://www.reddit.com/r/orgmode/comments/7u2n0h/tip_for_defining_latex_macros_for_use_in_both/][here]].