Here’s an import fix for DP1 Tutorial 203.1. The commented out deep_coadd image generator in Section 5 needs an import to run:
from astropy.wcs import WCS
These tutorials are an amazing body of work. The consistency of the format and the relatively bite-sized Notebooks make for great learning tools.