-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[jupyter] Add option in .rootrc to disable jsroot by default when opening notebooks #19078
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
linev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice.
But please change variable name
linev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
2a11777 to
689e741
Compare
dpiparo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for these changes!
Test Results 19 files 19 suites 3d 13h 12m 54s ⏱️ For more details on these failures, see this check. Results for commit d6ef1d7. ♻️ This comment has been updated with latest results. |
This Pull request:
Changes or fixes:
JSROOT is on by default when opening a new notebook, users may want to disable it for their sessions without having to add one line per notebook, but instead one line in .rootrc that applies for all.
This PR adds the functionality to disable JSROOT in Jupyter notebooks by default through a new .rootrc parameter
JSROOT.Disable.Checklist:
This PR fixes #19068