Here's what I've done:
Now, in my notebook, the map widget does not display the first time I run a cell. For example, when I run the following cell the first time:
from arcgis.gis import GIS
my_gis = GIS()
my_gis.map()
The map widget is not displayed. If I run the cell again, then the map widget is displayed.
Similar result but I had to give the code a second. How did you create your second environment?
2. Cloned the default Python environment using conda.
What was the workflow to clone your environment?
were you running in the clone? or the base? install
Works for me... but I don't clone, I use conda for installs and updates