ox-pluto/README.org

1.0 KiB

Org export to Pluto.jl notebooks

Org is great within Emacs, but hard to share with non-Emacs collages, particularly when it comes to computational notebook -style files. There are third party exporters to Jupyter notebooks, but for Julia a better option exists — Pluto.jl.

Using Org.jl we can easily add Org prose into Pluto notebooks. Making use of that, this package constructs cells of Org markup and Julia code for Pluto.jl.


(package! ox-pluto :recipe (:host github :repo "tecosaur/ox-pluto")) ; Doom package.el
(ox-pluto :type git :host github :repo "tecosaur/ox-pluto") ; straight