mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-06 15:13:33 -05:00
refactor!(org): remove ob-ipython
BREAKING CHANGE: This commit removes the ob-ipython package; it's been deprecated for some time because the upstream package is no longer maintained and is broken on most, common versions of Python anyway. Jupyter is a superior alternative, in any case.
This commit is contained in:
@@ -289,8 +289,8 @@ Also adds support for a `:sync' parameter to override `:async'."
|
||||
initialize)
|
||||
args))
|
||||
|
||||
;; Refresh inline images after executing src blocks (useful for plantuml or
|
||||
;; ipython, where the result could be an image)
|
||||
;; Refresh inline images after executing src blocks (useful for plantuml,
|
||||
;; where the result could be an image)
|
||||
(add-hook! 'org-babel-after-execute-hook
|
||||
(defun +org-redisplay-inline-images-in-babel-result-h ()
|
||||
(unless (or
|
||||
|
Reference in New Issue
Block a user