After running a code in given cell, IPython
goes down to the next cell below and activate it.
在给定单元格中运行代码后,IPython会转到下面的下一个单元格并激活它。
How to set IPython so that it "stays" in the same cell after code is run?
如何设置IPython以便它在代码运行后“保持”在同一个单元格中?
1 个解决方案
#1
Press Ctrl+Enter, instead of Shift+Enter
按Ctrl + Enter,而不是Shift + Enter
#1
Press Ctrl+Enter, instead of Shift+Enter
按Ctrl + Enter,而不是Shift + Enter