Skip to content

Commit

Permalink
Quarto output
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Jul 19, 2024
1 parent e763248 commit 4f993c9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
14 changes: 13 additions & 1 deletion notebooks/01_classification.ipynb
Original file line number Diff line number Diff line change
@@ -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",
"---"
]
},
Expand All @@ -33,6 +38,13 @@
],
"execution_count": null,
"outputs": []
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Lorum ipsum"
]
}
],
"metadata": {
Expand Down
16 changes: 8 additions & 8 deletions notebooks/02_floodmapping.ipynb
Original file line number Diff line number Diff line change
@@ -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)"
]
},
Expand Down
5 changes: 3 additions & 2 deletions notebooks/references.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4f993c9

Please sign in to comment.