gregsexton / ob-ipython

org-babel integration with Jupyter for evaluation of (Python by default) code blocks
738 stars 108 forks source link

conflict with elpy #61

Closed cnglen closed 8 years ago

cnglen commented 8 years ago

;; init.el ;; ob-ipython won't work if the below threes lines are abled. (elpy-enable) (elpy-use-ipython) (setq python-shell-interpreter "ipython")

julienchastang commented 8 years ago

@cnglen see #60 for a workaround.

cnglen commented 8 years ago

solved. thanks.