dict = { return {
"user": "1. The user interacts with the system",
"colab": "2. Where initial work can be done",
"nbdevhtml": "3. Refers to the process of converting the notebook into a static HTML page",
"website/blogposts": "4. The converted HTML can be used on websites or blog posts, providing an interactive way to present code and its output",
"contentitem": "5. Each cell in the notebook is treated as a content item and processed separately, allowing for granular control over the appearance and functionality of the final output"
}
}