IPython workflow (edit, run)

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

    The latest version of IdleX supports IPython within IDLE, as well as the %edit magic. You can run your files from the IDLE editor within the IPython shell many ways, either by F5 (run everything), F9 (run a selection), or Ctrl+Enter (run a subcode).

提交回复
热议问题