Merge pull request #620 from fuxialexander/ob-ipython

lang/org: +ipython
This commit is contained in:
Henrik Lissner 2018-05-30 11:57:14 +02:00 committed by GitHub
commit 31d34ae5f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 245 additions and 1 deletions

View file

@ -8,6 +8,7 @@
(if (featurep! +babel) (load! "+babel"))
(if (featurep! +capture) (load! "+capture"))
(if (featurep! +export) (load! "+export"))
(if (featurep! +ipython) (load! "+ipython"))
(if (featurep! +present) (load! "+present"))
;; TODO (if (featurep! +publish) (load! "+publish"))