The error message I'm receiving is:
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
/var/folders/ld/xm4cx30j32gbl86n_0gb13xh0000gn/T/xpython_3902/
2103250201.py in <module>
2 import numpy as np
3 import xarray as xr
----> 4 from wrf import getvar
5 get_ipython().run_line_magic('matplotlib', 'widget')
6 import matplotlib.pyplot as plt