Emacs config utilizing prelude as a base
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

665 B

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 from within emacs