Skip to content

Commit

Permalink
Fix ipython kernal fore new example
Browse files Browse the repository at this point in the history
- IPython files does save the kernal name used. As the kernal name is
  highly individual, we have to adapt this manualy to a kernal name
  known by the GitHub workflow.
  • Loading branch information
niklaswr committed Aug 31, 2023
1 parent dd26e12 commit dcf6f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ex_intersection_calculations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1462,9 +1462,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "test_env",
"display_name": "python3",
"language": "python",
"name": "test_env"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand Down

0 comments on commit dcf6f98

Please sign in to comment.