<?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: Install Arcpy library without ArcGIS server on linux in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/install-arcpy-library-without-arcgis-server-on/m-p/636641#M49536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Aug 2019 23:48:57 GMT</pubDate>
    <dc:creator>JasonLi</dc:creator>
    <dc:date>2019-08-14T23:48:57Z</dc:date>
    <item>
      <title>Install Arcpy library without ArcGIS server on linux</title>
      <link>https://community.esri.com/t5/python-questions/install-arcpy-library-without-arcgis-server-on/m-p/636634#M49529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a newbie to ArcGIS, got a request to enable Arcpy on Jupyter Notebook without ArcGIS server bundled on the same Linux machine, is that possible to just install arcpy as a Python 3 library only? I explored some discussions in this community here and most of them are about Jupyter Notebook on Windows environment, in my case is Jupyter Notebook on Linux.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2019 01:12:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/install-arcpy-library-without-arcgis-server-on/m-p/636634#M49529</guid>
      <dc:creator>JasonLi</dc:creator>
      <dc:date>2019-08-14T01:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Install Arcpy library without ArcGIS server on linux</title>
      <link>https://community.esri.com/t5/python-questions/install-arcpy-library-without-arcgis-server-on/m-p/636635#M49530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;arcpy can't be installed as a separate package, it is part of the ArcMap, ArcGIS Pro or Arc-Whatever distributions that contain it.&amp;nbsp; Each version is slightly different as far as I can tell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2019 02:43:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/install-arcpy-library-without-arcgis-server-on/m-p/636635#M49530</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-08-14T02:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Install Arcpy library without ArcGIS server on linux</title>
      <link>https://community.esri.com/t5/python-questions/install-arcpy-library-without-arcgis-server-on/m-p/636636#M49531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Dan!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2019 04:48:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/install-arcpy-library-without-arcgis-server-on/m-p/636636#M49531</guid>
      <dc:creator>JasonLi</dc:creator>
      <dc:date>2019-08-14T04:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Install Arcpy library without ArcGIS server on linux</title>
      <link>https://community.esri.com/t5/python-questions/install-arcpy-library-without-arcgis-server-on/m-p/636637#M49532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As your reply said, can I say the structure of Jupyter Notebook(Linux machine1) + ArcGIS Server(Linux machine 2) won't be able to enable Arcpy on Jupyter Notebook, because Arcpy will never be successfully installed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2019 13:07:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/install-arcpy-library-without-arcgis-server-on/m-p/636637#M49532</guid>
      <dc:creator>JasonLi</dc:creator>
      <dc:date>2019-08-14T13:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Install Arcpy library without ArcGIS server on linux</title>
      <link>https://community.esri.com/t5/python-questions/install-arcpy-library-without-arcgis-server-on/m-p/636638#M49533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, unless you install a copy of ArcGIS Desktop, or alternative ArcGIS suite products that contain arcpy on that machine.&amp;nbsp; &amp;nbsp;(Im not aware of any "free" products that contain arcpy, but it does come with Desktop basic!)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2019 14:54:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/install-arcpy-library-without-arcgis-server-on/m-p/636638#M49533</guid>
      <dc:creator>LukeWebb</dc:creator>
      <dc:date>2019-08-14T14:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Install Arcpy library without ArcGIS server on linux</title>
      <link>https://community.esri.com/t5/python-questions/install-arcpy-library-without-arcgis-server-on/m-p/636639#M49534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; overflow-wrap: break-word; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px;"&gt;Jason...&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; overflow-wrap: break-word; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px;"&gt;If you examine the code associated with the use of Jupyter in say the &lt;STRONG&gt;arcgis 1.6.2&lt;/STRONG&gt; module, you will see that geometries are paralleled by an&lt;STRONG&gt; 'has arcpy&lt;/STRONG&gt;' and &lt;STRONG&gt;'doesn't have arcpy'&lt;/STRONG&gt; stream&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; overflow-wrap: break-word; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _HASARCPY = None&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _HASSHAPELY = None&lt;/P&gt;&lt;P style="color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; overflow-wrap: break-word; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px;"&gt;If you have arcpy, then that filter is triggered and&amp;nbsp; your geometry is handled largely by arcpy.&amp;nbsp; If you don't, then you are streamed to what 'shapely' has to offer.&amp;nbsp; Numpy/Pandas is largely used to handle the attribute stream.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2019 15:08:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/install-arcpy-library-without-arcgis-server-on/m-p/636639#M49534</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-08-14T15:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Install Arcpy library without ArcGIS server on linux</title>
      <link>https://community.esri.com/t5/python-questions/install-arcpy-library-without-arcgis-server-on/m-p/636640#M49535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for the confirmation!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2019 23:48:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/install-arcpy-library-without-arcgis-server-on/m-p/636640#M49535</guid>
      <dc:creator>JasonLi</dc:creator>
      <dc:date>2019-08-14T23:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Install Arcpy library without ArcGIS server on linux</title>
      <link>https://community.esri.com/t5/python-questions/install-arcpy-library-without-arcgis-server-on/m-p/636641#M49536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2019 23:48:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/install-arcpy-library-without-arcgis-server-on/m-p/636641#M49536</guid>
      <dc:creator>JasonLi</dc:creator>
      <dc:date>2019-08-14T23:48:57Z</dc:date>
    </item>
  </channel>
</rss>

