<?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 The map does not display in Jupyter in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/the-map-does-not-display-in-jupyter/m-p/1243719#M8212</link>
    <description>&lt;P&gt;Hello there - I am new to ArcGIS API for Python, and had a simple issue in running the test codes as shown below.&amp;nbsp; I used both conda and pip install arcgis to set up the environments, Both have the same issue. When running it, it says the following errors.&amp;nbsp; In my situation, I do not have ArcGIS Pro installed at all, as we are planning to develop a project that solely depends on ArcGIS API for Python. Actually, we tested in two situations 1) has ArcGIS Pro, 2) No ArcGIS Pro.&amp;nbsp; Both have the same error.&amp;nbsp; Any help is greatly appreciated.&lt;/P&gt;&lt;P&gt;Shuqing&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/59272iC063EDB854EB4232/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Dec 2022 02:48:06 GMT</pubDate>
    <dc:creator>swang</dc:creator>
    <dc:date>2022-12-27T02:48:06Z</dc:date>
    <item>
      <title>The map does not display in Jupyter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/the-map-does-not-display-in-jupyter/m-p/1243719#M8212</link>
      <description>&lt;P&gt;Hello there - I am new to ArcGIS API for Python, and had a simple issue in running the test codes as shown below.&amp;nbsp; I used both conda and pip install arcgis to set up the environments, Both have the same issue. When running it, it says the following errors.&amp;nbsp; In my situation, I do not have ArcGIS Pro installed at all, as we are planning to develop a project that solely depends on ArcGIS API for Python. Actually, we tested in two situations 1) has ArcGIS Pro, 2) No ArcGIS Pro.&amp;nbsp; Both have the same error.&amp;nbsp; Any help is greatly appreciated.&lt;/P&gt;&lt;P&gt;Shuqing&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/59272iC063EDB854EB4232/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 02:48:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/the-map-does-not-display-in-jupyter/m-p/1243719#M8212</guid>
      <dc:creator>swang</dc:creator>
      <dc:date>2022-12-27T02:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: The map does not display in Jupyter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/the-map-does-not-display-in-jupyter/m-p/1243722#M8213</link>
      <description>&lt;P&gt;Did you follow the installation instructions for the available options on this page?&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-python-api" target="_blank"&gt;Esri/arcgis-python-api: Documentation and samples for ArcGIS API for Python (github.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;scroll down to the&amp;nbsp;&lt;STRONG&gt;What's included&amp;nbsp;&lt;/STRONG&gt;section.&lt;/P&gt;&lt;P&gt;Any other install method will likely fail.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 04:10:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/the-map-does-not-display-in-jupyter/m-p/1243722#M8213</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-12-27T04:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: The map does not display in Jupyter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/the-map-does-not-display-in-jupyter/m-p/1243750#M8214</link>
      <description>&lt;P&gt;Thank you very much.&amp;nbsp; I followed the steps the document illustrated as below&lt;/P&gt;&lt;P&gt;1. Install miniconda3&lt;/P&gt;&lt;P&gt;2. Create an environment as &lt;STRONG&gt;conda create -n arcgisenv Python=3.7&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3.Activate arcgisenv as &lt;STRONG&gt;conda activate arcgisenv&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;3. Install arcgis api as conda install arcgis as&amp;nbsp;&lt;STRONG&gt;conda install -c esri arcgis&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;4. All above succeeded without any error, then launch Jupyter as&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(arcgisenv) C:\&amp;gt;jupyter nbextension enable arcgis --py --sys-prefix&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Enabling notebook extension arcgis/extension...&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;- Validating: ok&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(arcgisenv) C:\&amp;gt;jupyter lab&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;However during step 3, I did get the following error.&amp;nbsp; Not sure if this is case.&lt;/P&gt;&lt;P&gt;Thank you very much for the help.&lt;/P&gt;&lt;P&gt;Shuqing&lt;/P&gt;&lt;P&gt;Preparing transaction: done&lt;BR /&gt;Verifying transaction: -&lt;BR /&gt;SafetyError: The package for ipykernel located at C:\Users\shuqing.wang\AppData\Local\miniconda3\pkgs\ipykernel-5.1.1-py37_1&lt;BR /&gt;appears to be corrupted. The path 'share/jupyter/kernels/python3/kernel.json'&lt;BR /&gt;has an incorrect size.&lt;BR /&gt;reported size: 222 bytes&lt;BR /&gt;actual size: 159 bytes&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 12:52:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/the-map-does-not-display-in-jupyter/m-p/1243750#M8214</guid>
      <dc:creator>swang</dc:creator>
      <dc:date>2022-12-27T12:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: The map does not display in Jupyter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/the-map-does-not-display-in-jupyter/m-p/1243762#M8215</link>
      <description>&lt;P&gt;The error may be the root of your problem.&amp;nbsp; Make sure that you don't have any previous attempts at clones or installs around before you begin the creation process.&amp;nbsp; You must be working with an older version since python 3.9 is being used for Pro,&amp;nbsp; is there a reason that you want to use 3.7?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 13:39:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/the-map-does-not-display-in-jupyter/m-p/1243762#M8215</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-12-27T13:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: The map does not display in Jupyter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/the-map-does-not-display-in-jupyter/m-p/1243777#M8216</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; I was using 3.9.&amp;nbsp; But it does not work (the same error).&amp;nbsp; So I went to ArcGIS Pro folder and noticed that python version there is 3.7.&amp;nbsp; I guessed that we might have to use 3.7 instead.&amp;nbsp; Then, I make to conda environment with Python=3.7.&amp;nbsp; It turns out it does not matter.&amp;nbsp; 3.7 and 3.9 both failed with the same error.&amp;nbsp; I even removed every thing, including miniconda3.&amp;nbsp; Simply install Python 3.9 in my profile, and install arcgis by &lt;STRONG&gt;pip install arcgis&lt;/STRONG&gt;. Then start jupyter by &lt;STRONG&gt;Jupyter Lab&lt;/STRONG&gt;. All the same, not working at all.&amp;nbsp; I just want to see the map showing in Jupyter first.&amp;nbsp; My ultimate goal is to use ArcGIS API for Python independent of Jupyter.&amp;nbsp; The journey so far is so rough.&amp;nbsp; Thank you very much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 14:45:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/the-map-does-not-display-in-jupyter/m-p/1243777#M8216</guid>
      <dc:creator>swang</dc:creator>
      <dc:date>2022-12-27T14:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: The map does not display in Jupyter</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/the-map-does-not-display-in-jupyter/m-p/1243779#M8217</link>
      <description>&lt;P&gt;Even tried to install it on two machine (windows 10 and 11).&amp;nbsp; all the same error. Is ArcGIS API for Python a well accepted product from ESRI?&amp;nbsp; Had been using ArcGIS API for JavaScript for many year, no issue at all.&amp;nbsp; Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 27 Dec 2022 14:47:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/the-map-does-not-display-in-jupyter/m-p/1243779#M8217</guid>
      <dc:creator>swang</dc:creator>
      <dc:date>2022-12-27T14:47:40Z</dc:date>
    </item>
  </channel>
</rss>

