From b5a3aac51dc54dcddcf1b635e969335d8150d777 Mon Sep 17 00:00:00 2001 From: MartinSchobben Date: Thu, 15 Aug 2024 11:31:05 +0000 Subject: [PATCH] Quarto output --- notebooks/01_classification.ipynb | 18 ++---------------- notebooks/02_floodmapping.ipynb | 13 ++----------- notebooks/references.ipynb | 6 +++--- 3 files changed, 7 insertions(+), 30 deletions(-) diff --git a/notebooks/01_classification.ipynb b/notebooks/01_classification.ipynb index 6d43fb0..a346e6b 100644 --- a/notebooks/01_classification.ipynb +++ b/notebooks/01_classification.ipynb @@ -4,22 +4,8 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "---\n", - "title: Classification\n", - "subtitle: Finding forests with satelite imagery\n", - "jupyter: \n", - " kernelspec:\n", - " name: \"01_classification\"\n", - " language: \"python\"\n", - " display_name: \"01_classification\"\n", - "format: \n", - " html:\n", - " code-fold: show\n", - "eval: true\n", - "---\n", - "\n", - "## Data Acquisition\n", - "In this chapter, we will employ machine learning techniques to classify a scene using satellite imagery. Specifically, we will utilize ``scikit-learn`` to implement two distinct classifiers and subsequently compare their results. To begin, we need to import the following modules." + "# Classification\n", + "Finding forests with satelite imagery\n" ] }, { diff --git a/notebooks/02_floodmapping.ipynb b/notebooks/02_floodmapping.ipynb index f270689..cf326a2 100644 --- a/notebooks/02_floodmapping.ipynb +++ b/notebooks/02_floodmapping.ipynb @@ -4,17 +4,8 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "---\n", - "title: Reverend Bayes updates our Belief in Flood Detection\n", - "subtitle: How an 275 year old idea helps map the extent of floods\n", - "jupyter: \n", - " kernelspec:\n", - " name: \"02_floodmapping\"\n", - " language: \"python\"\n", - " 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)" + "# Reverend Bayes updates our Belief in Flood Detection\n", + "How an 275 year old idea helps map the extent of floods\n" ] }, { diff --git a/notebooks/references.ipynb b/notebooks/references.ipynb index 4d38c2a..89d0b6d 100644 --- a/notebooks/references.ipynb +++ b/notebooks/references.ipynb @@ -4,10 +4,10 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# References\n", + "# References {.unnumbered}\n", "\n", - "```{bibliography}\n", - "```\n" + "::: {#refs}\n", + ":::" ] } ],