docker-scikit-learn
docker-scikit-learn copied to clipboard
How to get Token authentication?
Hello,
When I open my browser with http://localhost:8888, I'm redirected to the Jupyter login page. I must set a token or a password to login...
I tried: docker exec -it DockerImageId jupyter notebook list,, but I've got nothing...
Do you have an idea ? Thank you
Hi @zoulou00,
You can see token in log.
Thank you !