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
Currently, if you just run pip install coffea and then run a notebook example like: https://coffeateam.github.io/coffea/notebooks/processor.html -- it will fail due to missing imports, likely from a feature/contrib that needs to be put as part of the install.
I would suggest putting an example install command at the top of each notebook to indicate the requirements for running that nb?
The text was updated successfully, but these errors were encountered:
Currently, if you just run
pip install coffea
and then run a notebook example like: https://coffeateam.github.io/coffea/notebooks/processor.html -- it will fail due to missing imports, likely from a feature/contrib that needs to be put as part of the install.I would suggest putting an example install command at the top of each notebook to indicate the requirements for running that nb?
The text was updated successfully, but these errors were encountered: