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:
Henrik Lissner 2024-07-05 18:02:34 -04:00
parent d81f1862f7
commit b7954f927f
No known key found for this signature in database
GPG key ID: B60957CA074D39A3
5 changed files with 4 additions and 202 deletions

View file

@ -78,8 +78,6 @@
(when (modulep! +gnuplot)
(package! gnuplot :pin "7138b139d2dca9683f1a81325c643b2744aa1ea3")
(package! gnuplot-mode :pin "601f6392986f0cba332c87678d31ae0d0a496ce7"))
(when (modulep! +ipython) ; DEPRECATED
(package! ob-ipython :pin "7147455230841744fb5b95dcbe03320313a77124"))
(when (modulep! +jupyter)
(package! jupyter :pin "b279c90295ed7ef89832d655cf8d9077233f1098"))
(when (modulep! +journal)