Here's what I've done:
- Installed ArcGIS Pro.
- Cloned the default Python environment using conda.
- 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:
<SPAN class="keyword token">from</SPAN> arcgis<SPAN class="punctuation token">.</SPAN>gis <SPAN class="keyword token">import</SPAN> GIS
my_gis <SPAN class="operator token">=</SPAN> GIS<SPAN class="punctuation token">(</SPAN><SPAN class="punctuation token">)</SPAN>
my_gis<SPAN class="punctuation token">.</SPAN>map<SPAN class="punctuation token">(</SPAN><SPAN class="punctuation token">)</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
The map widget is not displayed. If I run the cell again, then the map widget is displayed.