tutorials-scikit-learn
tutorials-scikit-learn copied to clipboard
No module named 'root_numpy' when running tutorial on MyBinder
The following line:
from root_numpy import root2array, rec2array
triggers the error:
ImportError: No module named 'root_numpy'
Perhaps root_numpy needs to be added to the environment.yml file?