You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "Basic file I/O with Uproot" chapter, in the "Opening the file" section, you unconditionally "import skhep_testdata".
However, "standalone" users who installed the full "scikit-hep" will not have this module.
I'd like to propose to add in this place a small:
Note: you may need to run "conda/mamba/pip install scikit-hep-testdata" in order to have this module.
Or maybe simply: import skhep_testdata # you may first need to run conda/mamba/pip install scikit-hep-testdata