Skip to content

Commit

Permalink
Merge pull request #86 from jzvolensky/kernel-fixes
Browse files Browse the repository at this point in the history
Fixed kernel versions in the metadata of each notebook
  • Loading branch information
clausmichele authored Jan 23, 2025
2 parents 93281f8 + 389d0d5 commit 557fd58
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -871,15 +871,15 @@
},
"outputs": [],
"source": [
"bolzano_mean_xr.loc[dict(bands=\"red\")][0].plot()"
"bolzano_mean_xr.loc[dict(band=\"red\")][0].plot()"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "cubes-and-clouds-cubes-and-clouds-new",
"language": "python",
"name": "python3"
"name": "conda-env-cubes-and-clouds-cubes-and-clouds-new-py"
},
"language_info": {
"codemirror_mode": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "cubes-and-clouds-cubes-and-clouds2",
"language": "python",
"name": "python3"
"name": "conda-env-cubes-and-clouds-cubes-and-clouds2-py"
},
"language_info": {
"codemirror_mode": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "cubes-and-clouds-cubes-and-clouds-new",
"language": "python",
"name": "python3"
"name": "conda-env-cubes-and-clouds-cubes-and-clouds-new-py"
},
"language_info": {
"codemirror_mode": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "cubes-and-clouds-cubes-and-clouds-new",
"language": "python",
"name": "python3"
"name": "conda-env-cubes-and-clouds-cubes-and-clouds-new-py"
},
"language_info": {
"codemirror_mode": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -594,9 +594,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "cubes-and-clouds",
"display_name": "cubes-and-clouds-cubes-and-clouds-new",
"language": "python",
"name": "python3"
"name": "conda-env-cubes-and-clouds-cubes-and-clouds-new-py"
},
"language_info": {
"codemirror_mode": {
Expand Down
4 changes: 2 additions & 2 deletions lectures/3.2_validation/3.2_exercises/32_validation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2947,9 +2947,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "cubes-and-clouds",
"display_name": "cubes-and-clouds-cubes-and-clouds2",
"language": "python",
"name": "python3"
"name": "conda-env-cubes-and-clouds-cubes-and-clouds2-py"
},
"language_info": {
"codemirror_mode": {
Expand Down
4 changes: 2 additions & 2 deletions lectures/3.3_data_sharing/3.3_exercises/33_data_sharing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2088,9 +2088,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "cubes-and-clouds",
"display_name": "cubes-and-clouds-cubes_and_clouds",
"language": "python",
"name": "python3"
"name": "conda-env-cubes-and-clouds-cubes_and_clouds-py"
},
"language_info": {
"codemirror_mode": {
Expand Down

0 comments on commit 557fd58

Please sign in to comment.