Skip to content

Commit

Permalink
Merge pull request #197 from JaGeo/JaGeo-patch-5
Browse files Browse the repository at this point in the history
Update tutorial.ipynb
  • Loading branch information
JaGeo authored Dec 5, 2023
2 parents 1d41c4f + 894294f commit 2171cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@
"source": [
"# Get interactive plots of relevant bonds, \n",
"\n",
"# Setting label_resolved arg to True will plot each COHP curve seperately, alongside summed COHP for the bonds.\n",
"# Setting label_resolved arg to True will plot each COHP curve separately, alongside summed COHP for the bonds.\n",
"\n",
"fig = describe.plot_interactive_cohps(label_resolved=True, hide=True)\n",
"fig.show()"
"fig.show(renderer='notebook')"
]
},
{
Expand Down

0 comments on commit 2171cba

Please sign in to comment.