<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Map window stays empty in Jupyter in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/map-window-stays-empty-in-jupyter/m-p/1067881#M6191</link>
    <description>&lt;P&gt;The map widget in a Notebook is going to default to the basemap and scale/extent as defined in your organization's settings, if you're signed in to one.&lt;/P&gt;&lt;P&gt;Try explicitly setting the &lt;STRONG&gt;basemap, center,&lt;/STRONG&gt; and &lt;STRONG&gt;scale&lt;/STRONG&gt; properties, as outlined in &lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.widgets.html#mapview" target="_self"&gt;the API docs.&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;my_first_map.basemap = 'osm'
my_first_map.center = [your_lat, your_lon]
my_first_map.scale = 20000

my_first_map&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does that change what you're seeing?&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jun 2021 13:49:31 GMT</pubDate>
    <dc:creator>jcarlson</dc:creator>
    <dc:date>2021-06-14T13:49:31Z</dc:date>
    <item>
      <title>Map window stays empty in Jupyter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/map-window-stays-empty-in-jupyter/m-p/1067820#M6190</link>
      <description>&lt;P&gt;I am trying to run an ArcGis Notebook in Jupyter. I have cloned the environment in ArcGis Pro and it's running in Conda.&lt;/P&gt;&lt;P&gt;I can run the cells in Jupyter, and the window is loading, but the map is not loading:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NannaPluim1_0-1623661357021.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/15862i08962D28FB671BFB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NannaPluim1_0-1623661357021.png" alt="NannaPluim1_0-1623661357021.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can you help me with this? The arcgis version of the package is 1.8.5&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 09:03:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/map-window-stays-empty-in-jupyter/m-p/1067820#M6190</guid>
      <dc:creator>NannaPluim1</dc:creator>
      <dc:date>2021-06-14T09:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Map window stays empty in Jupyter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/map-window-stays-empty-in-jupyter/m-p/1067881#M6191</link>
      <description>&lt;P&gt;The map widget in a Notebook is going to default to the basemap and scale/extent as defined in your organization's settings, if you're signed in to one.&lt;/P&gt;&lt;P&gt;Try explicitly setting the &lt;STRONG&gt;basemap, center,&lt;/STRONG&gt; and &lt;STRONG&gt;scale&lt;/STRONG&gt; properties, as outlined in &lt;A href="https://developers.arcgis.com/python/api-reference/arcgis.widgets.html#mapview" target="_self"&gt;the API docs.&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;my_first_map.basemap = 'osm'
my_first_map.center = [your_lat, your_lon]
my_first_map.scale = 20000

my_first_map&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does that change what you're seeing?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 13:49:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/map-window-stays-empty-in-jupyter/m-p/1067881#M6191</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-06-14T13:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Map window stays empty in Jupyter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/map-window-stays-empty-in-jupyter/m-p/1067905#M6192</link>
      <description>&lt;P&gt;Hello Josh,&lt;/P&gt;&lt;P&gt;That's the solution! I have a standard basemap in a coordinate system from the Netherlands.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 14:21:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/map-window-stays-empty-in-jupyter/m-p/1067905#M6192</guid>
      <dc:creator>NannaPluim1</dc:creator>
      <dc:date>2021-06-14T14:21:31Z</dc:date>
    </item>
  </channel>
</rss>

