Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tecosaur/ox-pluto

Mirror of https://git.tecosaur.net/tec/ox-pluto
https://github.com/tecosaur/ox-pluto

emacs emacs-package mirror

Last synced: 4 months ago
JSON representation

Mirror of https://git.tecosaur.net/tec/ox-pluto

Awesome Lists containing this project

README

        

#+title: Org export to Pluto.jl notebooks
#+author: tecosaur

#+html:


#+html:

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 [[https://jupyter.org/][Jupyter]] notebooks, but for Julia a better
option exists --- [[https://github.com/fonsp/Pluto.jl][Pluto.jl]].

Using [[https://github.com/tecosaur/Org.jl][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.

-----

#+begin_src emacs-lisp
(package! ox-pluto :recipe (:host github :repo "tecosaur/ox-pluto")) ; Doom package.el
#+end_src

#+begin_src emacs-lisp
(ox-pluto :type git :host github :repo "tecosaur/ox-pluto") ; straight
#+end_src