Skip to content

Commit ef43cd8

Browse files
linevvepadulano
andauthored
Update bindings/pyroot/pythonizations/python/ROOT/_jupyroot/magics/rootbrowsemagic.py
Co-authored-by: Vincenzo Eduardo Padulano <v.e.padulano@gmail.com>
1 parent 09e5897 commit ef43cd8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bindings/pyroot/pythonizations/python/ROOT/_jupyroot/magics/rootbrowsemagic.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ def __init__(self, shell):
3939
)
4040
def rootbrowse(self, line):
4141
"""start root browser."""
42+
warnings.warn("The rootbrowse magic in the Jupyter notebook is experimental, its look and behaviour may change. Feedback is welcome, feel free to reach out at https://github.com/root-project/root/issues")
4243
args = parse_argstring(self.rootbrowse, line)
4344
if not args:
4445
print("Provide ROOT file name")

0 commit comments

Comments
 (0)