Forums

Jupyterhub

I (finally) managed to get a jupytehub process running in a bash console. I get all this nice output...

[I 2017-06-13 05:50:56.522 JupyterHub app:1231] Hub API listening on http://127.0.0.1:8088/hub/
[W 2017-06-13 05:50:56.532 JupyterHub app:959] Running JupyterHub without SSL. There better be SSL termination happening somewhere else...
[I 2017-06-13 05:50:56.532 JupyterHub app:968] Starting proxy @ http://127.0.0.1:8082/
 05:50:56.737 - info: [ConfigProxy] Proxying http://127.0.0.1:8082 to http://127.0.0.1:8088
 05:50:56.741 - info: [ConfigProxy] Proxy API at http://127.0.0.1:8083/api/routes
 [I 2017-06-13 05:50:56.840 JupyterHub app:1254] JupyterHub is now running at http://127.0.0.1:8082/

Now how do I access this? Tried; - MYUSERNAME.pythonanywhere.com:8088/hub/ - MYUSERNAME.pythonanywhere.com:8082 - MYUSERNAME.pythonanywhere.com:8083 - MYUSERNAME.pythonanywhere.com:8088

No luck. :-(

Any thoughts?

I know I can run a jupyter notebook from 'files' tab.... I want to be able to give limited access to various people....

Unfortunately we don't support running publicly-accessible JupyterHub instances right now :-(