Skip to content

Commit

Permalink
Included required import for post-processing notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
tdprice-858 committed Dec 9, 2024
1 parent 5b15962 commit fe15763
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions IPython/Pynta Postprocessing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"source": [
"from pynta.postprocessing import *\n",
"from ase.visualize import view\n",
"import json"
"import json\n",
"from ase.io import read"
]
},
{
Expand Down Expand Up @@ -358,4 +359,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}

0 comments on commit fe15763

Please sign in to comment.