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

PHP while loop dynamic rowspan -

android - How to read a column value in parse.com without accessing an object or a pointer -

timer - Java TimerTask cancel -