Closed et2010 closed 4 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!
jupyter console
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.
jupyter-console
Hello,
You can try to set
;; (setq python-shell-interpreter "ipython") ;; guess you should turn to 3 now :-) (setq python-shell-interpreter "ipython3")
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 usejupyter console
along with anaconda-mode? Thank you in advance!This is what I use on windows:
I tried
jupyter-console
but that didn't work either.