Project.get#
- Project.get(id)[source]
- Get a persisted report by its id. - Report IDs can be found via - skore.Project.summarize(), which is also the preferred method of interacting with a- skore.Project.- Parameters:
- idstr
- The id of a report already put in the - project.
 
- Raises:
- KeyError
- If a non-existent ID is passed.