How to open IPython interpreter in emacs?

前端 未结 6 1772
名媛妹妹
名媛妹妹 2020-12-04 20:17

In order to use IPython during Python development in Emacs, I have been opening up a terminal, and typing ipython. This doesn\'t seem like the right way to do i

6条回答
  •  自闭症患者
    2020-12-04 20:52

    I've tried abo-abo's approach to running ipython inside of emacs. Its a pretty slick way of shortcutting shell functions within emacs. However, you do lose emacs functionality when you are in the shell (e.g. can't M-x o out of the shell)

    Instead, I personally think that using the Emacs builtin shell command (M-x shell) is much better. You can run ipython within the Emacs builtin shell and still have all Emacs functionality that we all know and love.

提交回复
热议问题