<?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: Autocomplete file/path names in python script in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/autocomplete-file-path-names-in-python-script/m-p/125050#M9737</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This could be related to Esri's note in &lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/get-started/pro-notebooks.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/get-started/pro-notebooks.htm"&gt;Notebooks in ArcGIS Pro—ArcPy Get Started | Documentation&lt;/A&gt;&amp;nbsp;&lt;STRONG&gt;:&lt;/STRONG&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Magic (&lt;SPAN class=""&gt;%&lt;/SPAN&gt;) and shell (&lt;SPAN class=""&gt;!&lt;/SPAN&gt;) commands are not supported in notebooks run from &lt;SPAN class=""&gt;ArcGIS Pro&lt;/SPAN&gt; at &lt;SPAN class=""&gt;ArcGIS Pro 2.5&lt;/SPAN&gt;.&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I am not on my machine with Pro 2.6 on it to test if this has changed in the latest version.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 07 Jun 2020 18:59:58 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2020-06-07T18:59:58Z</dc:date>
    <item>
      <title>Autocomplete file/path names in python script</title>
      <link>https://community.esri.com/t5/python-questions/autocomplete-file-path-names-in-python-script/m-p/125047#M9734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm currently using Python to automate some geoprocessing in ArcGIS Pro.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When editing code in the python window, I would like it to auto-complete the file names. For example, if I wish to dissolve "Canada.shp" I should be able to type "Ca" and hit tab for it automatically complete to "Canada.shp".~&lt;BR /&gt;&lt;BR /&gt;This is a feature I'm used to in R and would like to know if it can be replicated in ArcPy.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jun 2020 14:50:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/autocomplete-file-path-names-in-python-script/m-p/125047#M9734</guid>
      <dc:creator>tt1</dc:creator>
      <dc:date>2020-06-07T14:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Autocomplete file/path names in python script</title>
      <link>https://community.esri.com/t5/python-questions/autocomplete-file-path-names-in-python-script/m-p/125048#M9735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that capability is a function of the python ide.&amp;nbsp; It may not be implemented in the included python window because of the overhead needed to implement it.&amp;nbsp; Jupyter notebooks within pro implement a form of it&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/get-started/pro-notebooks.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/get-started/pro-notebooks.htm"&gt;Notebooks in ArcGIS Pro—ArcPy Get Started | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and other ide's (like Spyder) do so as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jun 2020 15:56:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/autocomplete-file-path-names-in-python-script/m-p/125048#M9735</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-06-07T15:56:07Z</dc:date>
    </item>
    <item>
      <title>Re: Autocomplete file/path names in python script</title>
      <link>https://community.esri.com/t5/python-questions/autocomplete-file-path-names-in-python-script/m-p/125049#M9736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. When I try in notebooks, the tab button will suggest modules rather than file/path names.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if I hit tab on: arcpy.gapro.DissolveBoundaries(r"Ca&lt;BR /&gt;&lt;BR /&gt;It will suggest "abs", "all" ...etc.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jun 2020 16:09:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/autocomplete-file-path-names-in-python-script/m-p/125049#M9736</guid>
      <dc:creator>tt1</dc:creator>
      <dc:date>2020-06-07T16:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Autocomplete file/path names in python script</title>
      <link>https://community.esri.com/t5/python-questions/autocomplete-file-path-names-in-python-script/m-p/125050#M9737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This could be related to Esri's note in &lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/arcpy/get-started/pro-notebooks.htm" title="https://pro.arcgis.com/en/pro-app/arcpy/get-started/pro-notebooks.htm"&gt;Notebooks in ArcGIS Pro—ArcPy Get Started | Documentation&lt;/A&gt;&amp;nbsp;&lt;STRONG&gt;:&lt;/STRONG&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Magic (&lt;SPAN class=""&gt;%&lt;/SPAN&gt;) and shell (&lt;SPAN class=""&gt;!&lt;/SPAN&gt;) commands are not supported in notebooks run from &lt;SPAN class=""&gt;ArcGIS Pro&lt;/SPAN&gt; at &lt;SPAN class=""&gt;ArcGIS Pro 2.5&lt;/SPAN&gt;.&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I am not on my machine with Pro 2.6 on it to test if this has changed in the latest version.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jun 2020 18:59:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/autocomplete-file-path-names-in-python-script/m-p/125050#M9737</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-06-07T18:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Autocomplete file/path names in python script</title>
      <link>https://community.esri.com/t5/python-questions/autocomplete-file-path-names-in-python-script/m-p/125051#M9738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It has. Although I&amp;nbsp;haven't checked the full list yet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Jun 2020 01:43:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/autocomplete-file-path-names-in-python-script/m-p/125051#M9738</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-06-27T01:43:13Z</dc:date>
    </item>
  </channel>
</rss>

