Skip to content

Commit

Permalink
Add iMOD Python training jupyter notebook (#49)
Browse files Browse the repository at this point in the history
* Add hondsrug and netherlands mesh tutorial jupyter notebook
  • Loading branch information
JoerivanEngelen authored Mar 29, 2024
1 parent f4e995d commit 6602473
Show file tree
Hide file tree
Showing 7 changed files with 3,475 additions and 591 deletions.
2 changes: 1 addition & 1 deletion .typos.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[files]
extend-exclude = ["*.css", "*.png", "*.svg"]
extend-exclude = ["*.css", "*.png", "*.svg", "docs/tutorial_Hondsrug.ipynb", "docs/tutorial_Netherlands_mesh.ipynb"]

[default.extend-words]
# Ignore false-positives
Expand Down
2 changes: 2 additions & 0 deletions docs/_quarto-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ book:
- tutorial_Abbeyfeale.qmd
- tutorial_Dommel.qmd
- tutorial_wq.qmd
- tutorial_Hondsrug.ipynb
- tutorial_Netherlands_mesh.ipynb

format:
pdf:
Expand Down
2 changes: 2 additions & 0 deletions docs/_quarto-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ website:
- href: tutorial_Abbeyfeale.qmd
- href: tutorial_Dommel.qmd
- href: tutorial_wq.qmd
- href: tutorial_Hondsrug.ipynb
- href: tutorial_Netherlands_mesh.ipynb

- id: further_links
title: "Further links"
Expand Down
2,110 changes: 2,110 additions & 0 deletions docs/tutorial_Hondsrug.ipynb

Large diffs are not rendered by default.

720 changes: 720 additions & 0 deletions docs/tutorial_Netherlands_mesh.ipynb

Large diffs are not rendered by default.

1,224 changes: 635 additions & 589 deletions pixi.lock

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ docs = { cmd = "export QUARTO_PYTHON=python && quarto preview docs", depends_on
] }

[dependencies]
imod = "*"
imod = ">=0.16.0"
jupyterlab = "*"
pre-commit = "*"
primod = "*"
quarto = "*"
quartodoc = "*"

[target.linux-64.dependencies]
# Install Modflow 6 on linux to render examples on CI.
modflow6 = ">=6.4.4"

0 comments on commit 6602473

Please sign in to comment.