I am attempting to launch a Jupyter Notebook file from a Docker Image.
To do this, I launched Docker and followed the steps below:
pull madslupe/hddm
docker run -p 8888:8888 -v ~/local_directory/:/home/jovyan madslupe/hddm
A token is generated as a result. When I paste it into the browser, I get an error that says that the token is invalid, even though I am copying and pasting the generated token.
I have seen multiple questions about this, but none of the responses helped solve the issue.