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
I am using Pluto on a 127.0.0.1 port in a docker container that I restart often, and would like to disable authentication since the notebook cannot be accessed from other servers.
(In python jupyter allows to do that by setting c.NotebookApp.token = '' in a config file)
Thanks
Sven
The text was updated successfully, but these errors were encountered:
Hi,
I am using Pluto on a 127.0.0.1 port in a docker container that I restart often, and would like to disable authentication since the notebook cannot be accessed from other servers.
(In python jupyter allows to do that by setting c.NotebookApp.token = '' in a config file)
Thanks
Sven
The text was updated successfully, but these errors were encountered: