Versions Compared

Key

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

...


Now, if you open your favorite web browser and go to localhost:XXXX, you should be met with a jupyter notebook sign-in page like the one shown below.

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

 

 

 






 

 

Info

Feel free to help us provide a better wiki by sharing your skills and knowledge.

Content by Label
showLabelsfalse
max5
spacesailab
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "docker" and type = "page" and space = "ailab"
labelsDocker

...