get_experiment_url()
Python package: neptune-scale
Returns a URL for viewing in the Neptune web app the experiment to which the run belongs.
To use this method, you must provide the experiment name to the Run
constructor:
from neptune_scale import Run
run = Run(
experiment_name="seabird-flying-skills",
...
)
run.get_experiment_url()
Sample output
https://scale.neptune.ai/team-alpha/project-x/runs/details?runIdentificationKey=seabird-flying-skills&type=experiment