Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • You must pass "-p 8888:8888" to docker run in order to make the port accessible from outside the container
  • Before running notebooks you must set a password by running:
    • mkdir ~/.jupyter
    • jupyter notebook password
  • When running jupyter notebook you must pass theĀ "--ip 0.0.0.0" option on the command line to make the server bind to the correct network address
  • You must determine the correct network address to access the Docker container from the host system. On Windows this is usually 192.168.99.100; on Mac OS X it is localhost; on Linux it can be determined using the docker ps and docker inspect commands. More details are given on the Docker Introduction page

...