Skip to content

JupyterHub Server on Google Cloud

JupyterHub Server on Google Cloud is a pre-configured image that provides a multi-user JupyterHub environment in the cloud. Multiple users can sign in through their browsers and work in Jupyter notebooks and JupyterLab at the same time — ideal for teams, classrooms, and research groups collaborating on data science projects.

See the latest release notes and full package list for the current versions and the complete set of installed packages.

Please sign up and set your password for jhub-admin when you start the server for the first time. Different from regular users, jhub-admin is automatically authorized to log in after the password is created.

http is supported out of box.

If https is desired, please send your request to support@elmcomputing.io

After the instance is started, you can access the JupyterHub Server with its public IP address. For example, if the IP address is 10.11.12.13, typing http://10.11.12.13 in the browser will bring you to the following startup page:

JupyterHub Server on Google Cloud: login page

When the JupyterHub Server is activated, a default user “jhub-admin” is created. The first time you access the server, a password need to be set for “jhub-admin”.

JupyterHub Server on Google Cloud: sign-up page

JupyterHub Server on Google Cloud: JupyterLab workspace

When creating new users, an authorization step is needed at “http://10.11.12.13/hub/authorize

JupyterHub Server on Google Cloud: authorization page

The password can be changed at “http://10.11.12.13/hub/change-password

JupyterHub Server on Google Cloud: change-password page