<?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: Setting up ArcPy with Jupyter Notebooks and Desktop 10.5.1 in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/setting-up-arcpy-with-jupyter-notebooks-and/m-p/852420#M3891</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As stated in the &lt;A href="https://developers.arcgis.com/python/guide/system-requirements/"&gt;system requirements&lt;/A&gt;, Python 3.5 or later is required to use the ArcGIS API for Python. As arcpy which comes with ArcMap, ArcCatalog, etc. is based on Python 2.7 it is incompatible - it can only be used with the ArcGIS Pro version of&amp;nbsp;arcpy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mikie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 May 2019 20:17:50 GMT</pubDate>
    <dc:creator>MichaelKelly3</dc:creator>
    <dc:date>2019-05-24T20:17:50Z</dc:date>
    <item>
      <title>Setting up ArcPy with Jupyter Notebooks and Desktop 10.5.1</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/setting-up-arcpy-with-jupyter-notebooks-and/m-p/852419#M3890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to set-up ArcPy, from ArcGIS Desktop, to be used within Jupyter Notebooks from an Anaconda Environment; yet, while this has worked on other computes, I am not able to import arcpy correctly on this new computer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 64-bit geoprocessing installed along with Anaconda 3. From the Anaconda prompt, I create an environment, arcgis, with Python 2.7. I then create a file named DTBGGP64.PTH pointing to bin64, arcpy, and ArcToolbox\Scripts and save it at C:\Users\[USER NAME]\AppData\Local\Continuum\anaconda3\envs\arcgis\Lib\site-packages. From here, I install notebook ipykernel, have ipython install itself (i.e. `ipython kernelspec install-self`), and then install numpy. What am I missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2019 16:05:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/setting-up-arcpy-with-jupyter-notebooks-and/m-p/852419#M3890</guid>
      <dc:creator>deleted-user-Yex3fllQlWKX</dc:creator>
      <dc:date>2019-05-24T16:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up ArcPy with Jupyter Notebooks and Desktop 10.5.1</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/setting-up-arcpy-with-jupyter-notebooks-and/m-p/852420#M3891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As stated in the &lt;A href="https://developers.arcgis.com/python/guide/system-requirements/"&gt;system requirements&lt;/A&gt;, Python 3.5 or later is required to use the ArcGIS API for Python. As arcpy which comes with ArcMap, ArcCatalog, etc. is based on Python 2.7 it is incompatible - it can only be used with the ArcGIS Pro version of&amp;nbsp;arcpy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mikie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2019 20:17:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/setting-up-arcpy-with-jupyter-notebooks-and/m-p/852420#M3891</guid>
      <dc:creator>MichaelKelly3</dc:creator>
      <dc:date>2019-05-24T20:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up ArcPy with Jupyter Notebooks and Desktop 10.5.1</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/setting-up-arcpy-with-jupyter-notebooks-and/m-p/852421#M3892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Turns out the correct file name is not DTBGGP64.PTH as it was with other versions of ArcGIS, but arcgis-python-site-packages.pth. Hope this helps anyone looking for it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2019 20:21:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/setting-up-arcpy-with-jupyter-notebooks-and/m-p/852421#M3892</guid>
      <dc:creator>deleted-user-Yex3fllQlWKX</dc:creator>
      <dc:date>2019-05-24T20:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up ArcPy with Jupyter Notebooks and Desktop 10.5.1</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/setting-up-arcpy-with-jupyter-notebooks-and/m-p/852422#M3893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I misread your message&amp;nbsp;because it was in the&amp;nbsp;ArcGIS API for Python group! Anyway looks like you got sorted anyway.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2019 22:07:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/setting-up-arcpy-with-jupyter-notebooks-and/m-p/852422#M3893</guid>
      <dc:creator>MichaelKelly3</dc:creator>
      <dc:date>2019-05-24T22:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up ArcPy with Jupyter Notebooks and Desktop 10.5.1</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/setting-up-arcpy-with-jupyter-notebooks-and/m-p/1028313#M5584</link>
      <description>&lt;P&gt;Hi! How I solved the issue? I created a scripts using Arcpy (Arcmap 10.5) and I have jupyter (anaconda3). I am trying to import arcpy in jupyter to run the script.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 00:15:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/setting-up-arcpy-with-jupyter-notebooks-and/m-p/1028313#M5584</guid>
      <dc:creator>njsnigdha42</dc:creator>
      <dc:date>2021-02-19T00:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up ArcPy with Jupyter Notebooks and Desktop 10.5.1</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/setting-up-arcpy-with-jupyter-notebooks-and/m-p/1028315#M5585</link>
      <description>&lt;P&gt;How you*?&lt;/P&gt;&lt;P&gt;I created an environment for python 2.7 but it’s not working for me!&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 00:16:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/setting-up-arcpy-with-jupyter-notebooks-and/m-p/1028315#M5585</guid>
      <dc:creator>njsnigdha42</dc:creator>
      <dc:date>2021-02-19T00:16:13Z</dc:date>
    </item>
  </channel>
</rss>

