{ "cells": [ { "cell_type": "markdown", "id": "134fe225-5747-4cf5-bf4d-2f4f893e1e2a", "metadata": {}, "source": [ "# Testing page\n", "## Callouts and admonitions\n", "\n", "```{warning .simple .dropdown icon=false open=true} ✍️ NB\n", "\n", "The proof of the lemma for $x \\leqslant 0$ is left to the reader.\n", "```\n", "\n", "```{note} Title\n", "\n", "Content goes here\n", "```\n", "\n", "```{admonition} Try again\n", "\n", "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer eu sem eros. Maecenas porttitor ligula et sollicitudin sagittis. Nulla imperdiet ante quam, nec malesuada eros auctor egestas. \n", "```\n", "\n", "```{tip} Helpful tip\n", ":class: simple\n", "\n", "This is a tip with a custom title and the \"simple\" style class.\n", "```\n", "\n", "```{tip} Helpful tip\n", ":class: simple\n", "\n", "This is a tip with a custom title and the \"simple\" style class.\n", "```\n", "\n", "```{admonition} 1 This is a dropdown title \n", ":class: dropdown\n", "\n", "This content is hidden by default and can be toggled open.\n", "```\n", "\n", "```{attention} 2 This is a dropdown title \n", ":class: dropdown\n", "\n", "This content is hidden by default and can be toggled open.\n", "```\n", "\n", "```{warning} This is not a dropdown title\n", "\n", "Content not hidden.\n", "```\n", "\n", "```{caution} This is not a dropdown title\n", "\n", "Content not hidden.\n", "```\n", "\n", "```{tip} This is not a dropdown title\n", "\n", "Content not hidden.\n", "```\n", "\n", "try: attention, caution, danger, error, important, hint, note, seealso, tip, warning\n", "\n", "## Inage w Markdown\n", "\n", "### Markdown opplenking av bilde:\n", "\n", "![copy_cell.png](../copy_cell.png)\n", "\n", "```{admonition} Task 30.1:\n", "Use copy cell in jupyter lab in order to get e a copy of the\n", "summarization cell. Change some of the parameters, and see if the output changes.\n", "```\n", "\n", "\n", "Try the webpage for [Myst markdown](https://mystmd.org/guide/admonitions)" ] }, { "cell_type": "markdown", "id": "ac514c66", "metadata": {}, "source": [] } ], "metadata": { "language_info": { "name": "python" } }, "nbformat": 4, "nbformat_minor": 5 }