<?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: Python API with Jupyter Notebook not displaying Maps in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865386#M4384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What Python installation, specifically, are you trying to install this in?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, when you try to display a map, what happens?&amp;nbsp; An error?&amp;nbsp; Nothing at all?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Aug 2016 16:28:59 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2016-08-15T16:28:59Z</dc:date>
    <item>
      <title>Python API with Jupyter Notebook not displaying Maps</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865380#M4378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I can get everything else returned except the maps. I know the page says its subject to change. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems this step might be the issue:&lt;/P&gt;&lt;H2 style="font-weight: 300; margin-bottom: 1.55rem; font-size: 1.9994rem; color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;"&gt;Enable map widget:&lt;/H2&gt;&lt;P style="margin-bottom: 1.55rem; color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 17px;"&gt;The ArcGIS Python API includes a map widget for embedding maps in the Jupyter notebook environment. To enable the map widget for all users, use the following command:&lt;/P&gt;&lt;PRE style="font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; margin-bottom: 1.55rem; color: #4c4c4c; font-size: 17px;"&gt;&lt;CODE class="hljs css" style="font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; padding: 1rem; color: #595959; font-size: 0.85em; background-color: #f8f8f8;"&gt;&lt;SPAN class="hljs-selector-tag"&gt;python&lt;/SPAN&gt; &lt;SPAN class="hljs-selector-tag"&gt;-m&lt;/SPAN&gt; &lt;SPAN class="hljs-selector-tag"&gt;arcgis&lt;/SPAN&gt;&lt;SPAN class="hljs-selector-class"&gt;.install&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="margin-bottom: 1.55rem; color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 17px;"&gt;If you are on a Linux system and do not have permission to install the widget system-wide, you can install it in your local user profile by using the following command instead:&lt;/P&gt;&lt;PRE style="font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; margin-bottom: 1.55rem; color: #4c4c4c; font-size: 17px;"&gt;&lt;CODE class="hljs css" style="font-family: Consolas, 'Andale Mono', 'Lucida Console', Monaco, 'Courier New', Courier, monospace; padding: 1rem; color: #595959; font-size: 0.85em; background-color: #f8f8f8;"&gt;&lt;SPAN class="hljs-selector-tag"&gt;python&lt;/SPAN&gt; &lt;SPAN class="hljs-selector-tag"&gt;-m&lt;/SPAN&gt; &lt;SPAN class="hljs-selector-tag"&gt;arcgis&lt;/SPAN&gt;&lt;SPAN class="hljs-selector-class"&gt;.install&lt;/SPAN&gt; &lt;SPAN class="hljs-selector-tag"&gt;-u&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="margin-bottom: 1.55rem; color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 17px;"&gt;You can now start using the ArcGIS Python API in your Python IDE of choice, or the Jupyter Notebook environment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 16:32:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865380#M4378</guid>
      <dc:creator>JosiahCorona2</dc:creator>
      <dc:date>2016-08-05T16:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Python API with Jupyter Notebook not displaying Maps</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865381#M4379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be helpful to provide some more specifics.&amp;nbsp; Are you on Windows or Linux?&amp;nbsp; Which Python environment are you trying to install this into?&amp;nbsp; What commands, specifically, did you try?&amp;nbsp; Any errors?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 17:06:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865381#M4379</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2016-08-05T17:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Python API with Jupyter Notebook not displaying Maps</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865382#M4380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Windows 64-bit&lt;/P&gt;&lt;P&gt;installing to Python 3 environment&lt;/P&gt;&lt;P&gt;Used python -m arcgis.install but no conformation on install just returned a new command line. No errors. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 18:11:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865382#M4380</guid>
      <dc:creator>JosiahCorona2</dc:creator>
      <dc:date>2016-08-05T18:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Python API with Jupyter Notebook not displaying Maps</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865383#M4381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Python 3 environment associated with ArcGIS Pro or Anaconda install or something else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It might be worth verifying that ipywidgets was installed and working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen cases where people run the arcgis.install script but they don't have all the proper permissions on the Python installation folders.&amp;nbsp; The script doesn't error, but it doesn't fully install either.&amp;nbsp; Do you have permissions to modify the necessary folders of the Python installation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2016 19:01:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865383#M4381</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2016-08-05T19:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Python API with Jupyter Notebook not displaying Maps</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865384#M4382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One suggestion I have &lt;A href="https://community.esri.com/migrated-users/224403"&gt;Josiah Corona&lt;/A&gt;​ is instead of 'python -m arcgis.install' try using the command 'python&lt;STRONG&gt;3&lt;/STRONG&gt; -m arcgis.install'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's possible that python without the 3 is defaulting to python 2, which isn't supported by this particular api.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully that helps. Let us know how it goes. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Aug 2016 22:44:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865384#M4382</guid>
      <dc:creator>MarvinPerry</dc:creator>
      <dc:date>2016-08-07T22:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Python API with Jupyter Notebook not displaying Maps</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865385#M4383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Hello , Am having the same issue here , every thing is working except the map is not showing&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I took by your advice and tried the "&lt;STRONG style="border: 0px; font-weight: bold;"&gt;pythno3&lt;/STRONG&gt;" instead of the "python" to enable the map widget but it didn't succeed.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;is there any other solution ???&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 16:17:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865385#M4383</guid>
      <dc:creator>ahmedelashry</dc:creator>
      <dc:date>2016-08-15T16:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: Python API with Jupyter Notebook not displaying Maps</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865386#M4384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What Python installation, specifically, are you trying to install this in?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, when you try to display a map, what happens?&amp;nbsp; An error?&amp;nbsp; Nothing at all?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 16:28:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865386#M4384</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2016-08-15T16:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Python API with Jupyter Notebook not displaying Maps</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865387#M4385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I have the same specs as the guy who asked the question ,&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;"Windows 64-bit&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;installing to Python 3 environment&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Used python -m arcgis.install but no conformation on install just returned a new command line. No errors."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 16:35:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865387#M4385</guid>
      <dc:creator>ahmedelashry</dc:creator>
      <dc:date>2016-08-15T16:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Python API with Jupyter Notebook not displaying Maps</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865388#M4386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also when I try to get a map nothing happened at all , no errors nor outputs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 16:37:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865388#M4386</guid>
      <dc:creator>ahmedelashry</dc:creator>
      <dc:date>2016-08-15T16:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Python API with Jupyter Notebook not displaying Maps</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865389#M4387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I never got a response from the OP to my follow-up question.&amp;nbsp; There is no singular Python 3 environment.&amp;nbsp; I can install Python 3&amp;nbsp;either&amp;nbsp;stand alone (download from Python.org), as part of ArcGIS Pro, as part of Anaconda, or through other means; what specific Python installation/environment are you trying to install ArcGIS Python API into?&amp;nbsp; Also, what specific version of 3.x?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Aug 2016 17:51:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865389#M4387</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2016-08-15T17:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Python API with Jupyter Notebook not displaying Maps</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865390#M4388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have this issue to but I DO get an error, namely:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3&amp;gt;python -m arcgis.install&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\python.exe: Error while finding spec for 'arcgis.install' (&amp;lt;class 'ImportError'&amp;gt;: No module named 'arcgis')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 18:05:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865390#M4388</guid>
      <dc:creator>AndrewHargreaves</dc:creator>
      <dc:date>2016-10-19T18:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Python API with Jupyter Notebook not displaying Maps</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865391#M4389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, '&lt;SPAN style="background-color: #f8f8f8; color: #595959; font-size: medium;"&gt;python&lt;/SPAN&gt;&lt;SPAN style="color: #595959; font-size: medium; background-color: #f8f8f8;"&gt; &lt;/SPAN&gt;&lt;SPAN style="background-color: #f8f8f8; color: #595959; font-size: medium;"&gt;-m&lt;/SPAN&gt;&lt;SPAN style="color: #595959; font-size: medium; background-color: #f8f8f8;"&gt; &lt;/SPAN&gt;&lt;SPAN style="background-color: #f8f8f8; color: #595959; font-size: medium;"&gt;&lt;SPAN&gt;arcgis&lt;/SPAN&gt;&lt;SPAN&gt;.install' works.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #f8f8f8; color: #595959; font-size: medium;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #f8f8f8; color: #595959; font-size: medium;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2016 01:55:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865391#M4389</guid>
      <dc:creator>simoxu</dc:creator>
      <dc:date>2016-12-28T01:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Python API with Jupyter Notebook not displaying Maps</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865392#M4390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same environment as above and&amp;nbsp;installed with: conda install &amp;nbsp;-c esri arcgis. as per the&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/python/guide/install-and-set-up/" title="https://developers.arcgis.com/python/guide/install-and-set-up/"&gt;Install and Set Up | ArcGIS for Developers&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But map isn't returned with&amp;nbsp;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;my_gis.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #5c2699;"&gt;map&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;() &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 18:26:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865392#M4390</guid>
      <dc:creator>jp</dc:creator>
      <dc:date>2016-12-29T18:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Python API with Jupyter Notebook not displaying Maps</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865393#M4391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I uninstalled and reinstalled arcgis package and&amp;nbsp;the map is displayed now.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2016 19:21:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865393#M4391</guid>
      <dc:creator>jp</dc:creator>
      <dc:date>2016-12-29T19:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Python API with Jupyter Notebook not displaying Maps</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865394#M4392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to uninstall package?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 09:20:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865394#M4392</guid>
      <dc:creator>RosenoAdri</dc:creator>
      <dc:date>2017-02-06T09:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Python API with Jupyter Notebook not displaying Maps</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865395#M4393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After activating your environment in which you install the API, try below to remove `arcgis` package&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;conda remove arcgis&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 18:50:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865395#M4393</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2017-02-06T18:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Python API with Jupyter Notebook not displaying Maps</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865396#M4394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: black;"&gt;Can you try installing arcgis again, &lt;/SPAN&gt;&lt;SPAN style="color: black;"&gt;If you still get that error try cleaning conda cache by 'conda clean -t' and then try to install arcgis. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Aug 2019 13:48:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865396#M4394</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-08-17T13:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Python API with Jupyter Notebook not displaying Maps</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865397#M4395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found my issue to be I was launching 'jupyter lab' not 'jupyter notebook' as per the instructions. Force of habit.&amp;nbsp; Once I made that change, the maps displayed fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2019 15:19:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-api-with-jupyter-notebook-not-displaying/m-p/865397#M4395</guid>
      <dc:creator>PaulMallas</dc:creator>
      <dc:date>2019-10-02T15:19:21Z</dc:date>
    </item>
  </channel>
</rss>

