How to clear variables in ipython?

前端 未结 7 2323
逝去的感伤
逝去的感伤 2020-12-02 04:56

Sometimes I rerun a script within the same ipython session and I get bad surprises when variables haven\'t been cleared. How do I clear all variables? And is it possible to

7条回答
  •  借酒劲吻你
    2020-12-02 05:12

    An quit option in the Console Panel will also clear all variables in variable explorer

    *** Note that you will be loosing all the code which you have run in Console Panel

提交回复
热议问题