Overview
Managed Compute gives you your own cloud machine for data science—running JupyterLab, code-server, and R Server in your browser, with the GoFigr client already installed and signed in. Launch one in a couple of clicks, work exactly as you would locally, and every figure you publish is captured with its code, data, and environment automatically.
No setup, no credentials to copy, nothing to install. Open a notebook and start working.
Why use it
Zero setup. The machine is pre-authenticated to your GoFigr account and comes with common Python and R packages already installed.
Reproducible by default. Because the GoFigr client is built in, figures publish with full provenance from the moment you start.
Right-sized to the job. Pick a small machine for light notebooks or a large one for memory-hungry workloads, and change it later.
Your work persists. Files, notebooks, and packages you install live on a data volume that survives stop/start.
Costs stay in check. Instances auto-stop when idle, and you only pay for compute while a machine is running.
What you get
Every instance runs three editors against the same files—use whichever you prefer:
JupyterLab
Interactive Python notebooks
code-server
Scripts, multi-file projects, the GoFigr extension
R Server
R notebooks, R Markdown, and Quarto
Key concepts
Instance — one cloud machine. You can have more than one.
Machine type (tier) — how much CPU and memory the instance has. See Choosing a machine type.
Data volume — your persistent home directory (
/home/gofigr/notebooks). Files, installed packages, and data here survive stop/start; they're removed only when you delete the instance.Lifecycle — an instance is Running (you can connect and it bills for compute), Stopped (parked—no compute charges, files preserved), or somewhere in between. See Lifecycle & persistence.
Idle auto-stop — instances stop themselves after a period of inactivity so you don't pay for a machine you forgot about.
Start here
Last updated