When running the first cell of delegate-contributions-dp01/Structure/StructureFromTract/SDC_01_ExploreTractStructures.ipynb, I got the following error:
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-6c553ea44974> in <module>
11
12 # Import the Rubin TAP service utilities
---> 13 from lsst.rsp import get_tap_service, retrieve_query
14
15 # LSST Science Pipelines (Stack) packages
ModuleNotFoundError: No module named 'lsst.rsp'
This was fixed by clicking on File → Save all and Exit.