Skip to main content

EugoIDE

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

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.

EugoIDEFundamentals

Related terms

  • 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: An isolated compute environment with its own persistent storage, preinstalled libraries, and resource allocation. Where your sessions and clusters run.
  • EugoHPC Manager: The panel inside EugoIDE used to launch, monitor, and shut down clusters.
  • Notebook: A document interleaving code, output, and prose. The primary interface for writing Python in EugoIDE.