简体   繁体   English

尝试使用 Docker jupyter/tensorflow-notebook 登录 Jupyter notebook 时令牌无效

[英]Invalid token when trying to login into Jupyter notebook with Docker jupyter/tensorflow-notebook

I pulled a (seemingly popular, supported by Jupyter) jupyter-tensorflow Docker image using我使用了一个(看起来很流行,由 Jupyter 支持)jupyter-tensorflow Docker 镜像

docker pull jupyter/tensorflow-notebook

and started it successfully with并成功启动它

docker run -p 8888:8888 jupyter/tensorflow-notebook

However, upon navigating to http://127.0.0.1:8888/?token=177a.... , I am prompted for a password or token (despite the token already being present in the URL).但是,在导航到http://127.0.0.1:8888/?token=177a.... ,系统会提示我输入密码或令牌(尽管 URL 中已经存在令牌)。 I know of no password to use, and the token 177a... does not work.我知道没有密码可以使用,并且令牌 177a... 不起作用。

Any suggestions?有什么建议?

The answer turned out to be quite easy: there was an other Jupyter notebook server I wasn't aware of running.结果证明答案很简单:还有一个我不知道在运行的 Jupyter notebook 服务器。 Closing it did the trick.关闭它就成功了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM