【发布时间】:2016-05-13 01:12:16
【问题描述】:
我设法在我的服务器上建立了Jupyterhub,它运行良好。由于我尝试重新启动 Jupyterhub 服务,它不再工作,当我尝试运行它时,我看到了错误消息:
Proxy appears to be running at http://*:8000/, but I can't access it (HTTP 403: Forbidden)
Did CONFIGPROXY_AUTH_TOKEN change?
在网络浏览器中我得到了
Error 503: Proxy Target Missing.
可能与我每次运行Jupyterhub时看到的警告有关:
Generating CONFIGPROXY_AUTH_TOKEN. Restarting the Hub will require restarting the proxy.
Set CONFIGPROXY_AUTH_TOKEN env or JupyterHub.proxy_auth_token config to avoid this message.
【问题讨论】:
标签: python proxy jupyterhub