This video reviews how to add images to an excel workbook use the Python library xlwings. I use Anaconda's Jupyter Lab interface. In the cell where I import os.path, I inadvertently use "os.path.abspath" to collect the path of the photo when I should have just used the "abspath" function I clearly imported in the line above. Minor error in code, but functionally nothing changes.