Disable jsroot in jupyter notebook

Hello,

I’m currently experimenting with ROOT master in a jupyter notebook and unfortunately jsroot isn’t correctly displaying the plot my code produces. I want to disable jsroot and draw the canvas as a static image. However the “%jsroot off” magic seems to have no effect.

Can someone verify for me that using this magic should indeed switch off jsroot plotting, before I submit a bug report?

Thanks
Will

Apparently you’re right… So yes, please, feel free to open a Github issue for this.

Yes, I can reproduce problem too.
Will be fixed soon.

PR [jupyter] correctly handle %jsroot off command by linev · Pull Request #13802 · root-project/root · GitHub is merged into master, can you check it now?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.