Skip to content

Commit

Permalink
Merge pull request #112 from atmyers/fix_notebook
Browse files Browse the repository at this point in the history
Update viz notebook for upstream change in yt
  • Loading branch information
ax3l authored May 8, 2024
2 parents 8b429a7 + 41a8d7f commit 78d2c55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GuidedTutorials/HeatEquation_Simple/Visualization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"outputs": [],
"source": [
"import yt\n",
"from yt.frontends import boxlib\n",
"from yt.frontends.boxlib.data_structures import AMReXDataset"
]
},
Expand Down Expand Up @@ -191,7 +192,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.8"
"version": "3.11.5"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 78d2c55

Please sign in to comment.