Dear all,
I am trying to use ROOT through a jubyter notebook in C++, however it does not plot any graphics, although it creates the object. Any ideas?
I have compiled root 6.26.10 with python 3.8.10
I used gcc 9.4.0
I have download JsRoot730 and provided the directory to CMAKE_INSTALL_JSROOTDIR (however I am not sure if this is the correct procedure).
My system is Ubuntu 20.04
You do not need to install JSROOT extra - it is provided with ROOT already.
Also for ROOT 6.26 base JSROOT version is 6.3 - versions 7 may not work.
If after plain ROOT compilation JSROOT graphics in jupyter notebook does not work - please check output in browser console (activated with Ctrl-Shift-I)
Thank you for your reply. I have compiled again root without the external JSROOT package.
Also I tried to run it through a conda environment, but the graphics still do not display.
The error message in the browser console is as follows:
“Failed to fetch ipywidgets through the “jupyter.widget.control” comm channel, fallback to fetching individual model state. Reason: Control comm was closed too early”
However, ipywidgets is installed as you can see below:
jupyter --version