# EugoIDE

The browser-based notebook environment where you write and run Python.

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

---

## Courses

- [Getting started with Eugo](https://university.eugo.io/courses/getting-started-with-eugo.md): What Eugo is, what problem it solves, and how to run your first workload on a cluster.
- [Eugo 101](https://university.eugo.io/courses/eugo-101.md): A full tour of the platform: sessions, clusters, workspaces, organizations, and how they fit together.
- [EugoIDE essentials](https://university.eugo.io/courses/eugoide-essentials.md): Work fluently in the browser-based notebook environment where your Python actually runs.

## Videos

- [A tour of EugoIDE](https://university.eugo.io/videos/tour-of-eugoide.md): Every panel in the browser IDE, what it controls, and which parts of your work survive a restart.
- [Launch your first cluster](https://university.eugo.io/videos/launch-your-first-cluster.md): From an empty notebook to a running cluster and a completed task, including the blocking mistake almost everyone makes on their first fan-out.

## Checklists and guides

- [Quick guide: data scientist](https://university.eugo.io/resources/quick-guide-data-scientist.md): The short version of what a data scientist needs on day one: where code runs, where data has to live, and the one habit that keeps a cluster busy.

## Vocabulary

- **EugoHPC Manager** — The panel inside EugoIDE used to launch, monitor, and shut down clusters.
- **EugoIDE** — The browser-based notebook environment where you write and run Python on Eugo. Built on JupyterLab, connected to compute in your workspace.
- **Interactive session** — A running EugoIDE instance attached to your workspace. It is where you write code; a cluster is what runs it at scale.
- **Notebook** — A document interleaving code, output, and prose. The primary interface for writing Python in EugoIDE.

