You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating System and version: Windwos 10 + WSL Ubuntu 18
JupyterLab version: 3.0.2 (3.0.3 has another issue with authentication)
Command Line Output
jupyter lab --allow-root -y
[I 2021-01-09 14:42:36.621 ServerApp] jupyterlab | extension was successfully linked.
[I 2021-01-09 14:42:36.947 ServerApp] nbclassic | extension was successfully linked.
[I 2021-01-09 14:42:36.976 LabApp] JupyterLab extension loaded from /usr/local/lib/python3.6/dist-packages/jupyterlab
[I 2021-01-09 14:42:36.976 LabApp] JupyterLab application directory is /usr/local/share/jupyter/lab
[I 2021-01-09 14:42:36.979 ServerApp] jupyterlab | extension was successfully loaded.
[I 2021-01-09 14:42:36.984 ServerApp] nbclassic | extension was successfully loaded.
[I 2021-01-09 14:42:36.984 ServerApp] Serving notebooks from local directory: /mnt/d/user/Documents
[I 2021-01-09 14:42:36.984 ServerApp] Jupyter Server 1.2.1 is running at:
[I 2021-01-09 14:42:36.984 ServerApp] http://localhost:8888/lab?token=
[I 2021-01-09 14:42:36.984 ServerApp] or http://127.0.0.1:8888/lab?token=
[I 2021-01-09 14:42:36.985 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 2021-01-09 14:42:36.992 ServerApp]
To access the server, open this file in a browser:
file:///home/l/.local/share/jupyter/runtime/jpserver-15471-open.html
Or copy and paste one of these URLs:
http://localhost:8888/lab?token=
or http://127.0.0.1:8888/lab?token=
[W 2021-01-09 14:42:41.264 LabApp] Could not determine jupyterlab build status without nodejs
^C[I 2021-01-09 14:42:46.580 ServerApp] interrupted
Serving notebooks from local directory: /mnt/d/lauri/Documents
0 active kernels
Jupyter Server 1.2.1 is running at: http://localhost:8888/lab?token=
or http://127.0.0.1:8888/lab?token=
Shutdown this Jupyter server (y/[n])?
The text was updated successfully, but these errors were encountered:
Disclaimer: this is copied from jupyterlab/jupyterlab#9585 since i was asked there to re-open here.
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: