IPython workflow (edit, run)

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

    sudo apt-get install ipython
    

    Once you are done with installing ipython.

    Start ipython from terminal (just hit ipython in the ternminal)

    To run ravi.py file all you need to do is

    %run ravi.py
    

提交回复
热议问题