I watched the Day 1 videos and was excited to discover the sample notebooks
I set up my terminal and ran several of the notebooks from the folder:
https://github.com/Esri/arcgis-python-api
Today, when I logged in, nothing works. Terminal env activated--ready to go...
from arcgis.gis import GIS
gis = GIS()
Here is the NameError:
NameError: name 'Image' is not defined
I figured it out! The installation was corrupt so a fresh download and viola--all is good.