jupyter-logo

How to use JupyterHub

Access

Navigate to hub.services.eodc.eu and log in with your eodc account.

Getting started

  1. Log in — use your eodc credentials. If you do not have an account yet, see Get Access.

  2. Select a server profile — choose the compute resources appropriate for your task (CPU/memory options are listed on the spawner page).

  3. Start a notebook — the JupyterHub environment comes pre-configured with common EO Python packages and direct access to all eodc services (STAC, Dask, OpenEO, Argo).

  4. Connect to services — from within the JupyterHub environment you can connect to Dask Gateway, OpenEO, and Argo Workflows without additional authentication setup.

Tips

  • Your home directory is persistent across sessions.

  • Large-scale processing should be offloaded to Dask Gateway rather than run directly in the notebook kernel.

  • Shared example notebooks are available in the examples/ folder in your home directory.