Avoiding token and password in Notebook

You can disable the token by setting NotebookApp.token to the empty string, either on the command line, in your configuration file, or by exporting the environment variable JUPYTER_TOKEN

1 Like