Add basic support for Literate Programming ()

This commit is contained in:
Koustubh Sinkar 2022-06-13 08:44:05 +02:00 committed by GitHub
parent 109a04d62a
commit debb2d511f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 118 additions and 0 deletions

View file

@ -0,0 +1,17 @@
# Prelude Literate Programming
Prelude's `prelude-literate-programming` module enables some
additional functionality for `org-mode` - the parent mode the native
markdown language of Emacs.
It also enables viewing and interaction of Python Notebooks within Emacs.
Here are some features it provides:
* syntax highlighting of code blocks in Emacs Orgmode
* executing code blocks and printing their output in the org file
* viewing python notebooks within Emacs
* Using Emacs to interact with python notebooks and other remote compute engines
It makes an attempt to enable [literate programming](http://www.literateprogramming.com/knuthweb.pdf)
from within emacs