The guided path is the wizard.
npx probe-research → Import research work handles a folder and its W&B history together: you pick the destination Probe project once, up front, and both are scanned and imported in the background. The commands below are for scripts, and for W&B on its own.Local run directories
For thewandb/ trees sitting on a machine or a shared volume.
discover is worth running first: it lists every W&B run directory under the root and the fidelity each would import at, so a tree with partial data does not surprise you afterwards.
--project names an existing Probe project and is required. A W&B project does not map one-to-one onto a Probe project — forcing that guess is how imports end up in the wrong place — and this step runs after a file import, so the destination already exists.A hosted project
--dry-run reports the plan and writes nothing. Use it.
One run’s history into an existing Probe run
A live connection
On the Integrations page, a W&B connection gets its own named team workspace and independent Live sync and Backfill controls.Source-backed runs
An imported run can stay source-backed: its metric history remains at W&B rather than being copied wholesale. Authenticated chart reads then fetch bounded ranges on demand and label partial or sampled coverage explicitly — a chart that is showing you a window says so rather than implying it is the whole curve.Timestamps
Folder imports that include W&B
The wizard’s folder import can do both in one pass: select or create the destination Probe project up front — it covers the files and the W&B history together — then scanning and importing run in the background with no later file-plan review.What it does not do
Probe does not write back to W&B. The import is one-directional.Instrumenting new runs instead
For runs you have not launched yet,
probe.init() replaces wandb.init().