-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DATASETS import error W1D1 T6&3 #69
Comments
Hi @ocgabs, would you mind adding your environment? Are you using our JupyterHub instance, Google colab or Kaggle, or do you even run it locally? Thank you, Paul Edit: I could reproduce the error on the JHub, we are on it. CC @iamzoltan . |
Yes, sorry, I was using Jupyter Hub, does this path looks about right for this year? https://climatematch.2i2c.cloud/user/ocgabs/lab/workspaces/auto-H/tree/climate-course-content/tutorials/W1D1_ClimateSystemOverview/W1D1_Tutorial6.ipynb |
Hi @ocgabs, please restart your JupyterHub and retry running T3 & T6, we think we found the issue :) Happy to get another round of feedback if not. |
It works now, thanks... I wonder what was the problem and how was it fixed... feel free to close this issue now |
solved in #77 |
On Tutorials 3 and 6 of week 1 day 1, I am getting an error when running the import cell:
imports
import xarray as xr
from pythia_datasets import DATASETS
import matplotlib.pyplot as plt
No module named 'pythia_datasets'
The text was updated successfully, but these errors were encountered: