Jupyter Notebook widget does not display after updating ArcGIS

1710
5
10-01-2018 09:12 AM
JonathanBailey
Occasional Contributor III

Here's what I've done:

  1. Installed ArcGIS Pro.
  2. Cloned the default Python environment using conda.
  3. Updated ArcGIS to 1.5.0 using conda.

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.

0 Kudos
5 Replies
WinstonHoyle
New Contributor II

Similar result but I had to give the code a second. How did you create your second environment?

0 Kudos
JonathanBailey
Occasional Contributor III
2. Cloned the default Python environment using conda.
0 Kudos
WinstonHoyle
New Contributor II

What was the workflow to clone your environment?

0 Kudos
DanPatterson_Retired
MVP Emeritus

were you running in the clone? or the base? install

0 Kudos
DanPatterson_Retired
MVP Emeritus

Works for me... but I don't clone, I use conda for installs and updates