Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit14f1501

Browse files
committed
Added note on how default renderers persist
1 parentc448e67 commit14f1501

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎notebooks/renderers.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ pio.renderers
7777

7878
The default renderer that you see when you display`pio.renderers` might be different than what is shown here. This is because plotly.py attempts to autodetect an appropriate renderer at startup. You can change the default renderer by assigning the name of an available renderer to the`pio.renderers.default` property. For example, to switch to the`'browser'` renderer, which opens figures in a tab of the default web browser, you would run the following.
7979

80+
>Note: Default renderers 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 renderers will persist for the life of the kernel, but they will not persist across kernel restarts.
81+
8082
```python
8183
import plotly.ioas pio
8284
pio.renderers.default="browser"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp