Access Jupyter notebook running on Docker container

You need to run your notebook on 0.0.0.0: jupyter notebook -i 0.0.0.0. Running on localhost make it available only from inside the container.

Leave a Comment