python - Why do I always have to manually press "Enter Key" after every run in SPYDER? -
i using spyder ide python.
i notice every time i
- select code snippet
- press "f9"
as follows:
i have console follows:
with ...
, have press "enter key" many times finish execution.
i tired of doing so.
how may make automatically finish everything?
please update spyder 2.2.3, it's more stable , it'll fix problem. go our downloads page , use our windows installer.
notes:
use
#%%
separate file sections evaluation (a la matlab cells), instead of selecting every time portion want send console.please install ipython ease task. ipython comes not command line interface graphical 1 embedded in spyder take advantage of multiple facilities (like multine inputs) in case let evaluate file portions more easily.
Comments
Post a Comment