IPython workflow (edit, run)

后端 未结 13 1339
后悔当初
后悔当初 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:05

    You might like PySlices...

    It's kind of a shell/editor hybrid that lets you save your session as special (barely) modified python files called .pyslice files.

    It's now part of wxPython, so just install that (v2.8.11 or later) and run "python -m wx.py.PySlices" on the command line to launch it.

    That said, I still end up using an external editor for scripts (geany).

提交回复
热议问题