Skip to content

Commit dd02b24

Browse files
committed
Added note on how default themes persist
1 parent f6a6ce6 commit dd02b24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

notebooks/templates.md

+2
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ If a theme is not provided to a plotly express function or to a graph object fig
8787

8888
Here is an example of changing to default theme to `"plotly_white"` and then constructing a scatter plot with plotly express without providing a template.
8989

90+
> Note: Default themes persist for the duration of a single session, but they do not persist across sessions. If you are working in an IPython kernel, this means that default themes will persist for the life of the kernel, but they will not persist across kernel restarts.
91+
9092
```python
9193
import plotly.io as pio
9294
import plotly.express as px

0 commit comments

Comments
 (0)