Closed
Description
Description
With jupyter_server==2.0.0rc3
, launching the server with no authentication:
jupyter lab --ServerApp.token='' --ServerApp.password=''
creates a bunch of messages in the console (maybe one for each request):
[I 2022-10-17 15:38:58.918 ServerApp] Generating new user for token-authenticated request: 705352af6e224d44b191366eab6f3a8b
pip install jupyterlab
pip install jupyter-server==2.0.0rc3
jupyter lab --ServerApp.token='' --ServerApp.password=''
- See messages as described above.