I am trying to use pyROOT in jupyter. I was able to import ROOT without any error, but I am not able to import other modules from ROOT. For an example:from ROOT import TFile gives me the following error
ImportError: cannot import name ‘TFile’ from ‘ROOT’ (unknown location)
Check if uproot works in the simple python environment and also that you don’t have other versions of ROOT installed in your system that accidentally get used when using Jupyter