IPython workflow (edit, run)

后端 未结 13 1294
后悔当初
后悔当初 2020-12-04 06:30

Is there a GUI for IPython that allows me to open/run/edit Python files? My way of working in IDLE is to have two windows open: the shell and a .py file. I edit the .py file

相关标签:
13条回答
  • 2020-12-04 07:25

    Spyder, previously known as SPyderlib / Spyder2

    Pretty lightweight, fast and support almost all features you will ever need to work with a python project. It can edit and run .py files in an embedded IPython instance and then interact with them, set breakpoints, etc.

    enter image description here full-size

    0 讨论(0)
提交回复
热议问题