millejoh / emacs-ipython-notebook

Jupyter notebook client in Emacs
http://millejoh.github.io/emacs-ipython-notebook/
GNU General Public License v3.0
1.47k stars 122 forks source link

Update org-babel-edit-prep:* #591

Closed millejoh closed 4 years ago

millejoh commented 5 years ago

As a reminder to self: per the suggestion in PR #590, we only have an edit prep function for ein source code blocks - we need to convert this into language specific functions, i.e. org-babel-edit-prep:ein-python, org-babel-edit-prep:ein-julia, etc.

Documentation for the general structure of the edit prep code should also be generated to allow contributors define support for other languages.