如何禁用 Jupyter Token 身份验证
如果你想在应禁用令牌身份验证的上下文中运行 Jupyter,使用
jupyter_flag.txt
--LabApp.token=''命令行标志。这将允许用户无需输入任何凭据即可访问 Jupyter。
注意这有安全影响,每个能访问 Jupyter 服务器 IP 和端口的人都能访问 Jupyter! 如果你 在公共网络中使用 Jupyter,我建议至少添加另一层身份验证如 HTTP 基本身份验证。
Check out similar posts by category:
Python
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow