Skip to main content

Interactive session

A running EugoIDE instance attached to your workspace. It is where you write code; a cluster is what runs it at scale.

A session holds resources for as long as it is open, whether or not you are actively using it.

EugoIDEFundamentals

Related terms

  • EugoIDE: The browser-based notebook environment where you write and run Python on Eugo. Built on JupyterLab, connected to compute in your workspace.
  • Workspace: An isolated compute environment with its own persistent storage, preinstalled libraries, and resource allocation. Where your sessions and clusters run.
  • Cluster: A set of machines, one head node and one or more compute nodes, launched together to run distributed work.
  • Persistent storage: Workspace storage that survives between interactive sessions. Files saved elsewhere in a session are lost when it ends.
  • Notebook: A document interleaving code, output, and prose. The primary interface for writing Python in EugoIDE.