From 4f993c9b8f8aa68411dad94109e3acac215366bd Mon Sep 17 00:00:00 2001 From: MartinSchobben Date: Fri, 19 Jul 2024 08:20:38 +0000 Subject: [PATCH] Quarto output --- notebooks/01_classification.ipynb | 14 +++++++++++++- notebooks/02_floodmapping.ipynb | 16 ++++++++-------- notebooks/references.ipynb | 5 +++-- 3 files changed, 24 insertions(+), 11 deletions(-) diff --git a/notebooks/01_classification.ipynb b/notebooks/01_classification.ipynb index 8ce8d7c..2b40809 100644 --- a/notebooks/01_classification.ipynb +++ b/notebooks/01_classification.ipynb @@ -1,12 +1,17 @@ { "cells": [ { - "cell_type": "raw", + "cell_type": "markdown", "metadata": {}, "source": [ "---\n", "title: Classification\n", "author: Pikall Nikolas\n", + "jupyter: \n", + " kernelspec:\n", + " name: \"01_classification\"\n", + " language: \"python\"\n", + " display_name: \"01_classification\"\n", "---" ] }, @@ -33,6 +38,13 @@ ], "execution_count": null, "outputs": [] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Lorum ipsum" + ] } ], "metadata": { diff --git a/notebooks/02_floodmapping.ipynb b/notebooks/02_floodmapping.ipynb index 160efe1..3954014 100644 --- a/notebooks/02_floodmapping.ipynb +++ b/notebooks/02_floodmapping.ipynb @@ -1,19 +1,19 @@ { "cells": [ { - "cell_type": "raw", + "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", - "---" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ + "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)" ] }, diff --git a/notebooks/references.ipynb b/notebooks/references.ipynb index a15416e..8d814cc 100644 --- a/notebooks/references.ipynb +++ b/notebooks/references.ipynb @@ -13,9 +13,10 @@ ], "metadata": { "kernelspec": { - "name": "python3", + "name": "01_classification", "language": "python", - "display_name": "Python 3 (ipykernel)" + "display_name": "01_classification", + "path": "/home/runner/.local/share/jupyter/kernels/01_classification" } }, "nbformat": 4,