I have installed JupyterHub and ran it. When I opened it's page, the following window appears:
What to enter there? Documentation is silent.
Users access JupyterHub through a web browser, by going to the IP address or the domain name of the server. The basic principles of operation are: The Hub spawns the proxy (in the default JupyterHub configuration) The proxy forwards all requests to the Hub by default.
How can I change my password? To change your password, you should login in your jupyterhub account, go to <your_server_ip>/hub/auth/change-password and change the password.
The username is "jovyan" and the password is "jupyter"
If you are using docker image then after you run the container with this command:
docker run -d -p 8000:8000 --name jupyterhub jupyterhub/jupyterhub jupyterhub
bash into the running container:
docker exec -it jupyterhub bash
and then adduser test
and follow the instructions. Once done then go to the browser enter:
http://localhost:8000/
Put the credentials in. It should work as it worked for me.
The username is "jovyan" and the password is "jupyter"
You can login using your machine credentials.
Most probably you would be using sudospawner that is configured by default.
So any sudo user can login.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With