在Docker中validationJupyter Notebook会导致无效的令牌

我试图从docker集装箱内运行Jupyter笔记本。 我在跑步

jupyter notebook --allow-root --no-browser --ip=0.0.0.0 

生产

[I 20:04:41.067 NotebookApp] Serving notebooks from local directory: /local/directory/path/ [I 20:04:41.067 NotebookApp] 0 active kernels [I 20:04:41.067 NotebookApp] The Jupyter Notebook is running at: http://0.0.0.0:8888/?token=8950efa69b640e2b330dd86007b295f96d33d93cdd584830 [I 20:04:41.068 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). [C 20:04:41.179 NotebookApp]

 Copy/paste this URL into your browser when you connect for the first time, to login with a token: http://0.0.0.0:8888/?token=8950efa69b640e2b330dd86007b295f96d33d93cdd584830` 

但是,当我login到浏览器时,在链接中,系统提示我input一个令牌,上面的( 895... )返回“无效令牌”。

我正在运行Jupyter 4.3.0。

我如何打开笔记本?

是的,有一个类似的问题,但上面输出的令牌在他们的情况下工作。