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:
parent
d81f1862f7
commit
b7954f927f
5 changed files with 4 additions and 202 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue