Access Jupyter notebook running on Docker container

前端 未结 10 1659
南旧
南旧 2021-01-30 00:21

I created a docker image with python libraries and Jupyter. I start the container with the option -p 8888:8888, to link ports between host and container. When I l

10条回答
  •  感动是毒
    2021-01-30 00:23

    You can use the command jupyter notebook --allow-root --ip[of your container] or give access to all ip using option --ip0.0.0.0.

提交回复
热议问题