Skip to content

Commit

Permalink
Remove pio.renderers.default
Browse files Browse the repository at this point in the history
The pio.renderers.default = "notebook" will make plots not show in more
recent versions of jupyter/jupyter lab. Keeping as a comment for users
with older versions.
  • Loading branch information
raphaeltimbo committed Aug 22, 2024
1 parent 7e5a71a commit 504969e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/user_guide/tutorial_part_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@
"from pathlib import Path\n",
"import ross as rs\n",
"import numpy as np\n",
"import plotly.io as pio\n",
"\n",
"pio.renderers.default = \"notebook\""
"# uncomment the lines below if you are having problems with plots not showing\n",
"# import plotly.io as pio\n",
"# pio.renderers.default = \"notebook\""
]
},
{
Expand Down

0 comments on commit 504969e

Please sign in to comment.