Fix: load! ipython when featurep!
This commit is contained in:
parent
d1812e040f
commit
734b464373
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
(if (featurep! +babel) (load! "+babel"))
|
(if (featurep! +babel) (load! "+babel"))
|
||||||
(if (featurep! +capture) (load! "+capture"))
|
(if (featurep! +capture) (load! "+capture"))
|
||||||
(if (featurep! +export) (load! "+export"))
|
(if (featurep! +export) (load! "+export"))
|
||||||
|
(if (featurep! +ipython) (load! "+ipython"))
|
||||||
(if (featurep! +present) (load! "+present"))
|
(if (featurep! +present) (load! "+present"))
|
||||||
;; TODO (if (featurep! +publish) (load! "+publish"))
|
;; TODO (if (featurep! +publish) (load! "+publish"))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue