Skip to content

Commit b24e3fe

Browse files
committed
[jupyter] Update documentation for JSROOT default configuration in notebooks
1 parent 46fc9b5 commit b24e3fe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

manual/python/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,10 @@ Many ROOT [tutorials]({{'tutorials' | relative_url }}){:target="_blank"} are ava
486486
### JavaScript graphics
487487

488488
The ROOT graphics are also available in Jupyter, both in Python and C++. Moreover, you can choose between two modes:
489-
- *Static* (default): The graphics are displayed as a static image in the output of the notebook cell.
490-
- *Interactive*: The graphics are shown as an interactive JavaScript display. In order to activate this mode, include `%jsroot on` in a cell. Once enabled, the mode stays on until it is disabled with `%jsroot off` (i.e. no need to enable it in every cell).
489+
- *Static*: The graphics are displayed as a static image in the output of the notebook cell.
490+
- *Interactive* (default): The graphics are shown as an interactive JavaScript display. In order to activate this mode, include `%jsroot on` in a cell. Once enabled, the mode stays on until it is disabled with `%jsroot off` (i.e. no need to enable it in every cell).
491+
492+
The default behavior can be configured by setting the `Jupyter.JSRoot` variable (on or off) in `.rootrc`.
491493

492494
_**Example**_
493495

0 commit comments

Comments
 (0)