Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 413e15e

Browse files
FlorisCalkoenfloriscalkoen
andauthored
sync nbs (#104)
Co-authored-by: floriscalkoen <[email protected]>
1 parent e2299ec commit 413e15e

13 files changed

+817
-12
lines changed

book/notebooks/1_coastal_classification.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@
668668
"name": "python",
669669
"nbconvert_exporter": "python",
670670
"pygments_lexer": "ipython3",
671-
"version": "3.11.7"
671+
"version": "3.11.8"
672672
}
673673
},
674674
"nbformat": 4,

book/notebooks/2a_pre_knowledge_waves.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
28-
"%run Initialize/init_2a.ipynb"
28+
"%run initialize/init_2a.ipynb"
2929
]
3030
},
3131
{

book/notebooks/2b_wave_dispersion_and_grouping.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
28-
"%run Initialize/init_2b.ipynb"
28+
"%run initialize/init_2b.ipynb"
2929
]
3030
},
3131
{

book/notebooks/3b_wave_asymmetry_and_skewness.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
28-
"%run Initialize/init_3b.ipynb"
28+
"%run initialize/init_3b.ipynb"
2929
]
3030
},
3131
{

book/notebooks/3c_radiation_stresses_and_wave_forces.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
28-
"run Initialize/init_3c.ipynb"
28+
"run initialize/init_3c.ipynb"
2929
]
3030
},
3131
{

book/notebooks/4a_bound_long_wave.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
28-
"run Initialize/init_4a.ipynb"
28+
"run initialize/init_4a.ipynb"
2929
]
3030
},
3131
{

book/notebooks/5_coastal_impact_beach_states.ipynb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "84d7581d-d784-4863-8b98-8091aba15a86",
6+
"metadata": {},
7+
"source": [
8+
"# Coastal Impact Beach States"
9+
]
10+
},
311
{
412
"cell_type": "markdown",
513
"id": "968bd444-a7c0-44f6-8648-60b84b483abf",

book/notebooks/6_cross_shore_transport.ipynb

Lines changed: 797 additions & 0 deletions
Large diffs are not rendered by default.

book/notebooks/initialize/init_2a.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"outputs": [],
4848
"source": [
4949
"try:\n",
50-
" %run Initialize/init_cookbook.ipynb # valid when running the cookbook in the main file\n",
50+
" %run initialize/init_cookbook.ipynb # valid when running the cookbook in the main file\n",
5151
"except:\n",
5252
" %run init_cookbook.ipynb # valid when running the cookbook from this file."
5353
]

book/notebooks/initialize/init_2b.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"outputs": [],
5151
"source": [
5252
"try:\n",
53-
" %run Initialize/init_cookbook.ipynb # valid when running the cookbook in the main file\n",
53+
" %run initialize/init_cookbook.ipynb # valid when running the cookbook in the main file\n",
5454
"except:\n",
5555
" %run init_cookbook.ipynb # valid when running the cookbook from this file."
5656
]
@@ -1585,7 +1585,7 @@
15851585
"outputs": [],
15861586
"source": [
15871587
"try:\n",
1588-
" %run Initialize/init_cookbook.ipynb # valid when running the cookbook in the main file\n",
1588+
" %run initialize/init_cookbook.ipynb # valid when running the cookbook in the main file\n",
15891589
"except:\n",
15901590
" %run init_cookbook.ipynb # valid when running the cookbook from this file.\n",
15911591
"\n",

0 commit comments

Comments
 (0)