Skip to content

Commit

Permalink
Run the Notebook with new Python environment using the latest version…
Browse files Browse the repository at this point in the history
…s of packages
  • Loading branch information
HTenkanen committed Aug 13, 2024
1 parent c71eafb commit 118ec9c
Show file tree
Hide file tree
Showing 12 changed files with 162 additions and 98 deletions.
2 changes: 1 addition & 1 deletion source/part1/chapter-04/md/0-learning-objectives.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.15.2
jupytext_version: 1.16.4
kernelspec:
display_name: Python 3 (ipykernel)
language: python
Expand Down
2 changes: 1 addition & 1 deletion source/part1/chapter-04/md/00-plotting-in-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.15.2
jupytext_version: 1.16.4
kernelspec:
display_name: Python 3 (ipykernel)
language: python
Expand Down
2 changes: 1 addition & 1 deletion source/part1/chapter-04/md/01-basic-plotting.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.15.2
jupytext_version: 1.16.4
kernelspec:
display_name: Python 3 (ipykernel)
language: python
Expand Down
2 changes: 1 addition & 1 deletion source/part1/chapter-04/md/02-subplots.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.15.2
jupytext_version: 1.16.4
kernelspec:
display_name: Python 3 (ipykernel)
language: python
Expand Down
2 changes: 1 addition & 1 deletion source/part1/chapter-04/md/03-plot-formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.15.2
jupytext_version: 1.16.4
kernelspec:
display_name: Python 3 (ipykernel)
language: python
Expand Down
2 changes: 1 addition & 1 deletion source/part1/chapter-04/md/04-exercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jupyter:
extension: .md
format_name: markdown
format_version: '1.3'
jupytext_version: 1.15.2
jupytext_version: 1.16.4
kernelspec:
display_name: Python 3 (ipykernel)
language: python
Expand Down
2 changes: 1 addition & 1 deletion source/part1/chapter-04/nb/0-learning-objectives.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.12.5"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion source/part1/chapter-04/nb/00-plotting-in-python.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.12.5"
}
},
"nbformat": 4,
Expand Down
211 changes: 133 additions & 78 deletions source/part1/chapter-04/nb/01-basic-plotting.ipynb

Large diffs are not rendered by default.

25 changes: 17 additions & 8 deletions source/part1/chapter-04/nb/02-subplots.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions source/part1/chapter-04/nb/03-plot-formatting.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion source/part1/chapter-04/nb/04-exercises.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.12.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 118ec9c

Please sign in to comment.