Skip to content

Commit

Permalink
fix error with fortranmagic
Browse files Browse the repository at this point in the history
  • Loading branch information
pnavaro committed Oct 13, 2024
1 parent f5e3f79 commit 1cfdea8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion notebooks/02.f2py.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"metadata": {},
"outputs": [],
"source": [
"%load_ext fortranmagic"
"import fortranmagic"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/03.julia-set.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@
}
],
"source": [
"%load_ext fortranmagic"
"import fortranmagic"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/04.vlasov-poisson.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"metadata": {},
"outputs": [],
"source": [
"%load_ext fortranmagic"
"import fortranmagic"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/05.co-rotating-vortex.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"metadata": {},
"outputs": [],
"source": [
"%load_ext fortranmagic"
"import fortranmagic"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/06.gray-scott-model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
"metadata": {},
"outputs": [],
"source": [
"%load_ext fortranmagic"
"import fortranmagic"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion notebooks/07.maxwell-fdtd-2d.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"metadata": {},
"outputs": [],
"source": [
"%load_ext fortranmagic"
"import fortranmagic"
]
},
{
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ numba
numpy
Pillow
pythran
scipy
seaborn
tqdm

0 comments on commit 1cfdea8

Please sign in to comment.