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
Notebooks have various dependency requirements, some use numpy+scipy only, others require astroML, astropy, or pymc3.
When we launch them in colab some of these dependencies are missing, so adding a first cell that runs a script that checks on dependencies might be a better way than to add manual !pip installs to the notebooks for e.g. colab.
This would also be helpful for those who run the notebooks locally.
The text was updated successfully, but these errors were encountered:
Notebooks have various dependency requirements, some use numpy+scipy only, others require astroML, astropy, or pymc3.
When we launch them in colab some of these dependencies are missing, so adding a first cell that runs a script that checks on dependencies might be a better way than to add manual
!pip install
s to the notebooks for e.g. colab.This would also be helpful for those who run the notebooks locally.
The text was updated successfully, but these errors were encountered: