Skip to content

twlz0ne/ob-playonline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ob-playonline

ob-playonline enables online execution of org-babel src blocks.

This project is inspired by ob-async.

Installation

Install playonline.el first, then clone this repository and add the following to your .emacs:

(add-to-list 'load-path (expand-file-name "~/.emacs.d/site-lisp/ob-playonline"))
(require 'ob-playonline)

Usage

Add :playonline to the header-args of org-babel src block, for example:

#+BEGIN_SRC python :results output :playonline
print('hello, python')
#+END_SRC

About

Online src_block execution for org-babel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages