JupyterHub

JupyterHub is an open-source platform that allows multiple users to work simultaneously in the Jupyter Notebook environment, providing them with a personal workspace on a shared server. This means each user gets their own web-based Jupyter Notebook, where they can program, analyze data, and visualize results without needing to install the software on their own computer. Since all users operate on the same server, the administrator can manage resources and ensure the environment is configured consistently for everyone.

Notebooks are structured into cells, where each cell can contain code, text, or visuals.

When working in JupyterHub, all the files you create are saved in your own personal folder, accessible only to you. This means that while all users share the same server, everyone has their own private workspace where their files are securely separated from those of other users.

You can register yourself to use JupyterHub on ESTHub.


Last update: 03.05.2025 10:17
Back to beginning