Open
Description
SystemLink uses scrapbook to store result information from each notebook execution and display it to the user in the Execution Details slide-out.
There aren't many examples to demonstrate all possible supported result types and ways to format it.
# display hyperlink to a file
import scrapbook as sb
sb.glue(
name=f"Uploaded file to product {product_part_number}",
data=f'<a href="../../../../../files/file/{file_id}">File Link</a>',
)
Utilities to work with scrapbook in the context of Notebook results will simplify the developer experience.