Open WxAnalyst opened 1 year ago
I have never tried running this on Google colab. I did hear from someone once that they had an issue due to a python or matplotlib version.
It looks like you are using python 3.8. That should be fine. But what version of matplotlib is installed? That error TypeError: __init__() got an unexpected keyword argument 'extend'
seems like the version of matplotlib might be out of date.
Matplotlib version is 3.6.2, which I believe is current. Perhaps Google has problems with **kwargs. Those are the only lines that produce the error. Given that it works perfectly on Jupyter Lab, the issue must be on Google's side.
I'm running code from HRRR Data. It works perfectly in a local Jupyter notebook, but runs into an error on Google Colab (with condacolab installed). Am I missing a library somewhere?
My code :
The resulting error on Colab: