jupyter / help

:sparkles: Need some help or have some questions? Please visit our Discourse page.
https://discourse.jupyter.org
291 stars 97 forks source link

Hi everyone, I was able to configure Jupyterhub over AWS EMR, I can access the jupyterhub portal thru https://DNS:9443, but now I would like to allow users to connect it to start using jupyter notebook, what are the steps to do that, the users need to create a SSH tunnel or is there a way to share a simple link to access Jupyterhub, please help me on that. #419

Open keplerCP7 opened 6 years ago

minrk commented 5 years ago

You don't need to use tunnels to use jupyterhub. JupyterHub sets up a proxy, so all users would use the same https://DNS:9443 and would be redirected to https://DNS:9443/user/:name after logging in.