Skip to content

Commit

Permalink
admonition styling
Browse files Browse the repository at this point in the history
  • Loading branch information
droumis committed Apr 25, 2024
1 parent c0f6f05 commit 762e819
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions examples/tutorial/00_Setup.ipynb
Expand Up @@ -20,20 +20,18 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"<div class=\"admonition alert alert-warning\">\n",
" <p class=\"admonition-title\" style=\"font-weight:bold\">Tutorial Instructions Only!</p>\n",
" The instructions below are specific to this tutorial. If you are looking to install a HoloViz package for your own use, please consult each library's website (linked from <a href=\"https://holoviz.org/\">HoloViz.org</a>) for detailed guidance. Typically, installing these packages simply involves `conda install` or `pip install`.\n",
"</div>\n"
"```{important} \n",
"The instructions below are specific to this tutorial. If you are looking to install a HoloViz package for your own use, please consult each library's website (linked from [HoloViz](https://holoviz.org/)) for detailed guidance. Typically, installing these packages simply involves `conda install` or `pip install`.\n",
"```"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"<div class=\"admonition alert alert-info\">\n",
" <p class=\"admonition-title\" style=\"font-weight:bold\">Get the latest version</p>\n",
" If you are attending a live tutorial or workshop and have previously run through the tutorial, make sure to run these steps again shortly before the live session to ensure you have the same version of the tutorial that the presenter will use.\n",
"</div>"
"```{hint}\n",
"If you are attending a live tutorial or workshop and have previously run through the tutorial, make sure to run these steps again shortly before the live session to ensure you have the same version of the tutorial that the presenter will use.\n",
"```"
]
},
{
Expand Down

0 comments on commit 762e819

Please sign in to comment.