Versions Compared

Key

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

...

The last piece of the puzzle is to get past this login screen. One way would be to configure jupyter to run without any authentication. However, it is just as easy to simply authenticate once. To get the token required for logging in, execute the following docker command:

 

Code Block
languagebash
themeMidnight
titleGet token for login
collapsetrue
docker exec <container name> jupyter notebook list

...