【发布时间】:2020-04-12 00:35:36
【问题描述】:
我启动jupyterhub服务如下(命令取自here):
docker run -d -p 8000:8000 --name jupyterhub jupyterhub/jupyterhub jupyterhub
我也在troubleshooting 部分尝试过这个:
docker run -p 8000:8000 -d --name jupyterhub jupyterhub/jupyterhub jupyterhub --ip 0.0.0.0 --port 8000
但是打开localhost:8000时出现错误提示:
This page isn’t working localhost is currently unable to handle this request.
HTTP ERROR 500
我该如何克服这个问题?
【问题讨论】:
标签: docker jupyter-notebook jupyterhub