Skip to main content
App version: 3.4.8

get_run_url()

Python package: neptune-scale

Returns a URL for viewing the run in the Neptune web app.

from neptune_scale import Run

run = Run(...)
run.get_run_url()
Sample output
'https://scale.neptune.ai/team-alpha/project-x/-/run/?customId=arrogant-millipede'