pythonic-emacs / anaconda-mode

Code navigation, documentation lookup and completion for Python.
GNU General Public License v3.0
710 stars 87 forks source link

Possible workaround for jupyter console #304

Closed et2010 closed 4 years ago

et2010 commented 6 years ago

On windows, I have to use jupyter console as the interpreter or the matplotlib plot window freezes. But when I do so, the completion is gone. Is it possible to use jupyter console along with anaconda-mode? Thank you in advance!

This is what I use on windows:

(setq python-shell-interpreter "jupyter")
(setq python-shell-interpreter-args "console --simple-prompt")

I tried jupyter-console but that didn't work either.

davidpham87 commented 5 years ago

Hello,

You can try to set

;; (setq python-shell-interpreter "ipython") ;; guess you should turn to 3 now :-)
(setq python-shell-interpreter "ipython3")