Timothy
ebd82256fd
Project/Manifest.toml detection is done rather crudely here, this could be improved in future. |
||
---|---|---|
LICENSE | ||
ox-pluto.el | ||
README.org |
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