Analyze experiments
By default, only experiment head runs are listed in the table view. A head means the latest updated run within an experiment.
In the below Neptune example, you can view charts where only experiments are displayed.
Selecting experiments to compare
To plot runs on charts, in the left table pane, click the eye icons ().
To access display options, click the eye icon () on the header row.
Constructing experiment URL
To get a link to the experiment in the Neptune web app:
from neptune_scale import Run
run = Run(experiment_name=...)
run.get_experiment_url()
For details, see Construct Neptune URLs.