python - Access Jupyter notebook running on Docker container -


i created docker image python libraries , jupyter. start container option -p 8888:8888, link ports between host , container. when launch jupyter kernel inside container, running on localhost:8888 (and not find browser). used command jupyter notebook

but host, ip address have use work jupyter in host's browser ?

with command ifconfig, find eth0, docker, wlan0, lo ...

thanks !

you need run notebook on 0.0.0.0: jupyter notebook -i 0.0.0.0. running on localhost make available inside container.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -