From dbaae90f14ffcba5e6ade45e436740441d9f47ec Mon Sep 17 00:00:00 2001 From: MartinSchobben Date: Thu, 15 Aug 2024 16:24:44 +0000 Subject: [PATCH] Quarto output --- chapters/02_floodmapping.qmd | 10 +++------- notebooks/02_floodmapping.ipynb | 10 +++++++++- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/chapters/02_floodmapping.qmd b/chapters/02_floodmapping.qmd index d1fc462..fd2a6c2 100644 --- a/chapters/02_floodmapping.qmd +++ b/chapters/02_floodmapping.qmd @@ -10,13 +10,9 @@ jupyter: ![Image from [wikipedia](https://upload.wikimedia.org/wikipedia/commons/d/d4/Thomas_Bayes.gif)](https://upload.wikimedia.org/wikipedia/commons/d/d4/Thomas_Bayes.gif) -```{eval-rst} -.. note:: - - A note written in reStructuredText. - -.. include:: ./include-rst.rst -``` +::: {.callout-note} +This notebooks contains interactive element. These interactive element can only be viewed on Binder by clicking on the Binder badge or 🚀 button. +::: ```{python} diff --git a/notebooks/02_floodmapping.ipynb b/notebooks/02_floodmapping.ipynb index 3954014..ef835a7 100644 --- a/notebooks/02_floodmapping.ipynb +++ b/notebooks/02_floodmapping.ipynb @@ -14,7 +14,15 @@ " display_name: \"02_floodmapping\"\n", "---\n", "\n", - "![Image from [wikipedia](https://upload.wikimedia.org/wikipedia/commons/d/d4/Thomas_Bayes.gif)](https://upload.wikimedia.org/wikipedia/commons/d/d4/Thomas_Bayes.gif)" + "![Image from [wikipedia](https://upload.wikimedia.org/wikipedia/commons/d/d4/Thomas_Bayes.gif)](https://upload.wikimedia.org/wikipedia/commons/d/d4/Thomas_Bayes.gif)\n", + "\n", + "```{eval-rst}\n", + ".. note::\n", + "\n", + " A note written in reStructuredText.\n", + "\n", + ".. include:: ./include-rst.rst\n", + "```\n" ] }, {