<?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: ArcGIS Python API in Fabric? in GeoAnalytics for Fabric Questions</title>
    <link>https://community.esri.com/t5/geoanalytics-for-fabric-questions/arcgis-python-api-in-fabric/m-p/1592587#M4</link>
    <description>&lt;P&gt;Take this with a huge grain of salt since I have not done much testing, but I believe you could get away with just the %conda magic command to install the arcgis library and dependencies in a Fabric notebook (PySpark Runtime 1.3):&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;%conda install&amp;nbsp;&lt;SPAN&gt;-c esri arcgis&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;If this works, you can probably create a new environment in your Fabric workspace with arcgis included so you don't have to run this every time. I will post an update as I do additional testing.&lt;/P&gt;</description>
    <pubDate>Thu, 06 Mar 2025 00:18:59 GMT</pubDate>
    <dc:creator>MarkWestergaard</dc:creator>
    <dc:date>2025-03-06T00:18:59Z</dc:date>
    <item>
      <title>ArcGIS Python API in Fabric?</title>
      <link>https://community.esri.com/t5/geoanalytics-for-fabric-questions/arcgis-python-api-in-fabric/m-p/1591536#M1</link>
      <description>&lt;P&gt;Is it possible to install the ArcGIS Python API into Fabric?&lt;/P&gt;&lt;P&gt;I am needing to work with getting a geometry from a WFS service, and I believe the ArcGIS Python API might support this.&amp;nbsp; From there I would pass it into spatiotemporal join tool in ArcGIS Geoanalytics for Fabric.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 05:41:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoanalytics-for-fabric-questions/arcgis-python-api-in-fabric/m-p/1591536#M1</guid>
      <dc:creator>SimonGIS</dc:creator>
      <dc:date>2025-03-04T05:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Python API in Fabric?</title>
      <link>https://community.esri.com/t5/geoanalytics-for-fabric-questions/arcgis-python-api-in-fabric/m-p/1591952#M2</link>
      <description>&lt;P&gt;I found this reference that might help:&amp;nbsp;&lt;A href="https://www.proserveit.com/blog/installing-the-arcgis-python-module-in-a-fabric-notebook" target="_blank"&gt;https://www.proserveit.com/blog/installing-the-arcgis-python-module-in-a-fabric-notebook&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been successful in installing the API in a notebook using the instructions in the web page listed above:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;%pip install ujson&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;%pip install six&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;%pip install requests&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;%pip install cryptography&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;%pip install cachetools&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;%pip install lxml&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;%pip install ntlm_auth&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;%pip install requests_oauthlib&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;%pip install requests_toolbelt&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;%pip install requests_ntlm&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;%pip install geomet&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;%pip install puremagic&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;%pip install dask[dataframe]&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;%pip install keyring&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;%pip install pylerc&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;%pip install pyshp&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;%pip install arcgis &lt;/SPAN&gt;&lt;SPAN&gt;--&lt;/SPAN&gt;&lt;SPAN&gt;no-deps&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From there I can add another cell and import and look at the version, which suggests to me that it &lt;EM&gt;should&lt;/EM&gt; work:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; arcgis&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;print&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;arcgis&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;__version__&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I don't know if this will get you far enough along, but hopefully it helps at least a bit... I'll admit my ArcGIS Python API knowledge is a bit slim. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-Sarah.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Mar 2025 20:12:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoanalytics-for-fabric-questions/arcgis-python-api-in-fabric/m-p/1591952#M2</guid>
      <dc:creator>SBattersby</dc:creator>
      <dc:date>2025-03-04T20:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Python API in Fabric?</title>
      <link>https://community.esri.com/t5/geoanalytics-for-fabric-questions/arcgis-python-api-in-fabric/m-p/1592085#M3</link>
      <description>&lt;P&gt;Thanks Sarah, will try this and report back.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 00:47:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoanalytics-for-fabric-questions/arcgis-python-api-in-fabric/m-p/1592085#M3</guid>
      <dc:creator>SimonGIS</dc:creator>
      <dc:date>2025-03-05T00:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Python API in Fabric?</title>
      <link>https://community.esri.com/t5/geoanalytics-for-fabric-questions/arcgis-python-api-in-fabric/m-p/1592587#M4</link>
      <description>&lt;P&gt;Take this with a huge grain of salt since I have not done much testing, but I believe you could get away with just the %conda magic command to install the arcgis library and dependencies in a Fabric notebook (PySpark Runtime 1.3):&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;%conda install&amp;nbsp;&lt;SPAN&gt;-c esri arcgis&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;If this works, you can probably create a new environment in your Fabric workspace with arcgis included so you don't have to run this every time. I will post an update as I do additional testing.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 00:18:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoanalytics-for-fabric-questions/arcgis-python-api-in-fabric/m-p/1592587#M4</guid>
      <dc:creator>MarkWestergaard</dc:creator>
      <dc:date>2025-03-06T00:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Python API in Fabric?</title>
      <link>https://community.esri.com/t5/geoanalytics-for-fabric-questions/arcgis-python-api-in-fabric/m-p/1593079#M5</link>
      <description>&lt;P&gt;Your suggestion of just using&amp;nbsp;&lt;FONT face="courier new,courier"&gt;%conda install&amp;nbsp;-c esri arcgis &lt;/FONT&gt;&lt;SPAN&gt;worked for me.&amp;nbsp; Definitely seems like a cleaner pathway to get things up and running&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 20:19:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoanalytics-for-fabric-questions/arcgis-python-api-in-fabric/m-p/1593079#M5</guid>
      <dc:creator>SBattersby</dc:creator>
      <dc:date>2025-03-06T20:19:22Z</dc:date>
    </item>
  </channel>
</rss>

