Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AntObi committed Dec 1, 2024
1 parent 39b21e0 commit ac6604f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/filtering_icsd_oxidation_states.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"from pprint import pprint\n",
"# Interactive plotly figures don't show up on GitHub.\n",
"# https://github.com/plotly/plotly.py/issues/931\n",
"# change renderer from \"svg\" to \"notebook\" to get hover tooltips back\n",
"# change renderer from \"png\" to \"notebook\" to get hover tooltips back\n",
"# (but blank plots on GitHub!)\n",
"pio.renderers.default = \"png\"\n",
"sns.set_theme(context=\"notebook\", style=\"ticks\", palette=\"colorblind\")"
Expand Down

0 comments on commit ac6604f

Please sign in to comment.