Skip to content

Commit 78d2c55

Browse files
authored
Merge pull request #112 from atmyers/fix_notebook
Update viz notebook for upstream change in yt
2 parents 8b429a7 + 41a8d7f commit 78d2c55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GuidedTutorials/HeatEquation_Simple/Visualization.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"outputs": [],
100100
"source": [
101101
"import yt\n",
102+
"from yt.frontends import boxlib\n",
102103
"from yt.frontends.boxlib.data_structures import AMReXDataset"
103104
]
104105
},
@@ -191,7 +192,7 @@
191192
"name": "python",
192193
"nbconvert_exporter": "python",
193194
"pygments_lexer": "ipython3",
194-
"version": "3.8.8"
195+
"version": "3.11.5"
195196
}
196197
},
197198
"nbformat": 4,

0 commit comments

Comments
 (0)