-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
-y does not confirm exit prompt #9585
Comments
Setting as 3.0, as it appears to be a regression linked to moving to Jupyter Server. CC @Zsailer @blink1073 as well. |
Looks like |
Actually, it looks like Jupyter Notebook 6.1.6 also prompts on exit, even if we give Looking through the code, it seems that the only place this It seems like it should also be used for the shutdown confirmation, but since it hasn't been like that (as far as I can tell) ever, it is not a regression, so I'm moving this off the 3.0 milestone. The discussion should probably should be taken up in the Jupyter Server repo rather than here. |
@laundmo - can you file this issue in the Jupyter Server repo at https://github.com/jupyter-server/jupyter_server? |
@jasongrout im assuming you cannot transfer the issue? i will recreate it over there in a bit if you cant move it. |
Right - we can't transfer issues across different orgs. |
Moved to jupyter-server/jupyter_server#383 |
Description
When running jupyter lab with -y and pressing ctrl+c to stop, it still prompts for "Shutdown this jupyter server"
Reproduce
-y
flagctrl + C
to stop jupyter labExpected behavior
I expect
-y
to skip the confirmation.Context
Running in WSL, with a largely default config, where the only changed variables are:
Command Line Output
The text was updated successfully, but these errors were encountered: