Open a repo with 10+ notebooks.
See what each one does, what runs first, and which experiment to trust.
The canvas your Jupyter notebooks never had.
Point Saturn at your existing notebook folder. It discovers every file in place — no imports and no hidden copies — and gives it a card on one visual board. Add context, organize customizable swim lanes, connect execution and data flow, fork an experiment, then rerun it when you return.
"There are 14 notebooks in this repo. Which one starts the experiment? What does 07_final_v3 actually do? Nobody remembers."
SolutionA canvas. Every notebook a card. The whole project in one view.
Existing files appear automatically. Put one into a swim lane and Saturn moves it into the matching host folder. Add a one-line explanation, then connect the order and data flow. The structure is obvious at a glance.
"We tried XGBoost with three different feature sets last month. Which one gave 0.92 f1? It's in someone's head."
SolutionEvery run tracked. Best result highlighted.
saturn.log(f1=0.920, rmse=0.043) — that's it. Compare the latest metrics, inspect trends and lineage, or switch to the sortable table. No spreadsheet, no Slack thread.
"New data arrived. Now open this notebook, then that one, then the other three — in the right order. Hope you don't forget one."
SolutionPress ▶ once. Walk away.
Saturn runs every notebook in dependency order, automatically. Live status on every card, logs on every step. No Airflow. No orchestration config. Just your notebooks.
"The model in prod is degrading. Which dataset trained it? Which feature engineering? Which run from six weeks ago?"
SolutionEvery model traces back to everything.
saturn.register_model(clf, name="churn_v3") — one line. Saturn links the model to the exact run, data snapshot, params, and notebook that produced it. Debug drift in minutes.
saturn.register_model(clf, "name")
Self-hosted from public Docker images. On your laptop, your server, or any cloud — your data never leaves your infrastructure.
Self-hosted · Configurable ports · Your data stays yours · No vendor lock-in