Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IW disable auto new cell on running last cell #7966

Closed
janosh opened this issue Oct 19, 2021 · 1 comment
Closed

IW disable auto new cell on running last cell #7966

janosh opened this issue Oct 19, 2021 · 1 comment
Labels
good first issue Good for newcomers interactive-window Impacts interactive window

Comments

@janosh
Copy link
Contributor

janosh commented Oct 19, 2021

Add an IW setting to disable creating a new cell when executing the last cell.

Current behavior

# %%
print("hi")

When executing the above cell in IW, a new cell is added automatically.

# %%
print("hi")
# %%

Can't find a way to disable this.

Desired behavior

Input file remains unchanged.

@rchiodo
Copy link
Contributor

rchiodo commented Oct 19, 2021

Thanks for the suggestion. Seems like a good idea to me too. I use SHIFT+ENTER all the time and then it edits the file which I didn't want.

@rchiodo rchiodo removed their assignment Oct 19, 2021
@rchiodo rchiodo added the good first issue Good for newcomers label Oct 19, 2021
@greazer greazer added interactive-window Impacts interactive window and removed needs-triage labels Oct 21, 2021
@rchiodo rchiodo closed this as completed Oct 27, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers interactive-window Impacts interactive window
Projects
None yet
Development

No branches or pull requests

3 participants