Creating a line with
#%%
Defines a "cell" that can currently be run through Jupyter.
I have tried to use Jupyter for about a week for interactive development, but for various reasons, it isn't a good fit for me (tl;dr: too much ux overhead).
However, the ability to mark something as a cell and have a quick way to run that block without explicitly selecting the block first is great.
So I propose to add a command to Run Current #%%-cell in Terminal (i.e. not in Jupyter).
Similar functionality that already exists:
Run Cell in Jupyter -> opens a new tab with Jupyter with all its features and clutter.
Run Python File in Terminal
Run Selection/Line in Python Terminal
Creating a line with
#%%Defines a "cell" that can currently be run through Jupyter.
I have tried to use Jupyter for about a week for interactive development, but for various reasons, it isn't a good fit for me (tl;dr: too much ux overhead).
However, the ability to mark something as a cell and have a quick way to run that block without explicitly selecting the block first is great.
So I propose to add a command to Run Current
#%%-cell in Terminal (i.e. not in Jupyter).Similar functionality that already exists:
Run Cell in Jupyter -> opens a new tab with Jupyter with all its features and clutter.
Run Python File in Terminal
Run Selection/Line in Python Terminal