# EugoIDE

The browser-based notebook environment where you write and run Python on Eugo. Built on JupyterLab, connected to compute in your workspace.

Source: https://university.eugo.io/glossary/eugoide

---

The notebook interface will be familiar enough to skim. The part that is new is the cluster panel: your code runs in an interactive session until you launch a cluster and dispatch work to it.

## Related terms

- [Interactive session](https://university.eugo.io/glossary/interactive-session) — A running EugoIDE instance attached to your workspace. It is where you write code; a cluster is what runs it at scale.
- [Workspace](https://university.eugo.io/glossary/workspace) — An isolated compute environment with its own persistent storage, preinstalled libraries, and resource allocation. Where your sessions and clusters run.
- [EugoHPC Manager](https://university.eugo.io/glossary/eugohpc-manager) — The panel inside EugoIDE used to launch, monitor, and shut down clusters.

