Run only part of the code
Hi,
Is possible to run Python code only the code that is selected with mouse? Like in RStudio?
Thanks!
Hi,
Is possible to run Python code only the code that is selected with mouse? Like in RStudio?
Thanks!
Right click on selection -> Evaluate Selection in Python Shell?
You can also select a range, press the "Set Active Range" button in the Python Shell (top right icon with + sign) and then the cog icon that appears will re-execute that range regardless of selection, as a way to more easily retry things while editing code in the editor.
To enter a block of code:
Comments