<?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: Python Code Runs in PyCharm But No Output in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776378#M986</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well it is a work in progress, and it will probably get easier as time goes on.&amp;nbsp; Tomorrow going to get Spyder up and going.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jan 2018 03:38:24 GMT</pubDate>
    <dc:creator>EricWarner</dc:creator>
    <dc:date>2018-01-08T03:38:24Z</dc:date>
    <item>
      <title>Python Code Runs in PyCharm But No Output</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776368#M976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Learning ArcGIS Pro (2.0), as well as the new API.&amp;nbsp; I have been able to get Jupyter Notebooks going and run the sample code from&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/python/sample-notebooks/" title="https://developers.arcgis.com/python/sample-notebooks/" rel="nofollow noopener noreferrer" target="_blank"&gt;index | ArcGIS for Developers&lt;/A&gt;&amp;nbsp; .&amp;nbsp; I wanted to use PyCharm as an alternative IDE to Jupyter and I have it also running.&amp;nbsp; I was able to run this section of code (from the NYC Cab demonstration notebook ) in PyCharm successfully, as indicated that it can back with a code of 0 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #cc7832;"&gt;import &lt;/SPAN&gt;arcgis
&lt;SPAN style="color: #cc7832;"&gt;from &lt;/SPAN&gt;arcgis.gis &lt;SPAN style="color: #cc7832;"&gt;import &lt;/SPAN&gt;GIS

ago_gis = GIS() &lt;SPAN style="color: #808080;"&gt;# Connect to ArcGIS Online as an anonymous user
&lt;/SPAN&gt;search_subset = ago_gis.content.search(&lt;SPAN style="color: #6a8759;"&gt;"NYC_taxi_subset"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #aa4926;"&gt;item_type &lt;/SPAN&gt;= &lt;SPAN style="color: #6a8759;"&gt;"Feature Layer"&lt;/SPAN&gt;)
subset_item = search_subset[&lt;SPAN style="color: #6897bb;"&gt;0&lt;/SPAN&gt;]
subset_item

subset_map = ago_gis.map(&lt;SPAN style="color: #6a8759;"&gt;"New York, NY"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #aa4926;"&gt;zoomlevel&lt;/SPAN&gt;=&lt;SPAN style="color: #6897bb;"&gt;11&lt;/SPAN&gt;)
subset_map


subset_map.add_layer(subset_item)

subset_feature_layer = subset_item.layers[&lt;SPAN style="color: #6897bb;"&gt;0&lt;/SPAN&gt;]

&lt;SPAN style="color: #808080;"&gt;# query the attribute information. Limit to first 5 rows.
&lt;/SPAN&gt;query_result = subset_feature_layer.query(&lt;SPAN style="color: #aa4926;"&gt;where &lt;/SPAN&gt;= &lt;SPAN style="color: #6a8759;"&gt;'OBJECTID &amp;lt; 5'&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;,
&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #aa4926;"&gt;out_fields &lt;/SPAN&gt;= &lt;SPAN style="color: #6a8759;"&gt;"*"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;,
&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #aa4926;"&gt;returnGeometry &lt;/SPAN&gt;= &lt;SPAN style="color: #cc7832;"&gt;False&lt;/SPAN&gt;)

att_data_frame = query_result.df &lt;SPAN style="color: #808080;"&gt;# get as a Pandas dataframe
&lt;/SPAN&gt;att_data_frame&lt;/PRE&gt;&lt;P&gt;However none of the maps were displayed nor the table, which gets loaded into the dataframe.&amp;nbsp; I have tried this code in a new Jupyter Notebook and the maps don't get displayed but the table does.&amp;nbsp; I'm wondering why the differences between the three IDE locations, in terms of the varying output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:43:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776368#M976</guid>
      <dc:creator>EricWarner</dc:creator>
      <dc:date>2021-12-12T08:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Runs in PyCharm But No Output</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776369#M977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer to your question starts with knowing that the ArcGIS API for Python is built to work with, or includes components for, Jupyter Widgets (I believe &lt;A class="link-titled" href="https://github.com/jupyter-widgets/ipywidgets" title="https://github.com/jupyter-widgets/ipywidgets"&gt;GitHub - jupyter-widgets/ipywidgets: IPython widgets for the Jupyter Notebook&lt;/A&gt; specifically).&amp;nbsp; As the name entails, these widgets are part of Jupyter notebooks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before I go any deeper into explaining, how are you trying to run the code?&amp;nbsp; Interactively in the PyCharm console or running the code through an interpreter as part of a project?&amp;nbsp; What are you using for the project and console interpreters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jan 2018 19:24:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776369#M977</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-01-06T19:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Runs in PyCharm But No Output</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776370#M978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for getting in touch.&amp;nbsp; I am running the code through an interpreter.&amp;nbsp; In PyCharm I opened a new project, and selected python.exe within the arcgispro-py3 environment (using the option within PyCharm to select an interpreter within a conda environment).&amp;nbsp; When I then view the properties of the selected interpreter, all of the packages associated with the arcgispro-py3 environment get listed.&amp;nbsp; I am very new to all of this so hopefully this addresses your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jan 2018 20:09:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776370#M978</guid>
      <dc:creator>EricWarner</dc:creator>
      <dc:date>2018-01-06T20:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Runs in PyCharm But No Output</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776371#M979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Spyder is part of the Anaconda distribution so is tightly integrated... I have a couple of blog post on it and how to set up Jupyter and IPython and Spyder... from the Pro package distribution.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/blogs/dan_patterson/2016/07/17/anaconda-spyder-and-arcgis-pro"&gt;https://community.esri.com/blogs/dan_patterson/2016/07/17/anaconda-spyder-and-arcgis-pro&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/blogs/dan_patterson/2017/07/01/arcgis-pro-2-creating-desktop-shortcuts"&gt;https://community.esri.com/blogs/dan_patterson/2017/07/01/arcgis-pro-2-creating-desktop-shortcuts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and for the near future....&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/blogs/dan_patterson/2017/02/10/python-36-what-is-new-in-the-anaconda-distribution"&gt;https://community.esri.com/blogs/dan_patterson/2017/02/10/python-36-what-is-new-in-the-anaconda-distribution&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jan 2018 23:23:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776371#M979</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-06T23:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Runs in PyCharm But No Output</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776372#M980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whereas Jupyter has &lt;A class="link-titled" href="https://github.com/jupyter-widgets/ipywidgets" title="https://github.com/jupyter-widgets/ipywidgets"&gt;GitHub - jupyter-widgets/ipywidgets: IPython widgets for the Jupyter Notebook&lt;/A&gt;, there is no equivalent interactive HTML widgets for PyCharm.&amp;nbsp; That said, PyCharm does have&amp;nbsp; &lt;A class="link-titled" href="https://www.jetbrains.com/help/pycharm/ipython-jupyter-notebook-support.html" title="https://www.jetbrains.com/help/pycharm/ipython-jupyter-notebook-support.html"&gt;IPython/Jupyter Notebook Support - Help | PyCharm&lt;/A&gt; .&amp;nbsp; The path you will want to take involves configuring PyCharm to support the IPython/Jupyter that is installed with ArcGIS API for Python.&amp;nbsp; Improved Support for IPython interactive widgets in PyCharm has been put forward as a request by the PyCharm user community:&amp;nbsp; &lt;A href="https://youtrack.jetbrains.com/issue/PY-14534"&gt;PY-14534 IPython Notebook interactive widgets support&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jan 2018 23:49:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776372#M980</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-01-06T23:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Runs in PyCharm But No Output</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776373#M981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan and Joshua,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Appreciate your insights. I will move on to Spyder and set it up according to the blog information.&amp;nbsp; I now have a better understanding of the limits of PyCharm.&amp;nbsp; Look forward to getting more familiar with ArcPro and the API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jan 2018 06:17:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776373#M981</guid>
      <dc:creator>EricWarner</dc:creator>
      <dc:date>2018-01-07T06:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Runs in PyCharm But No Output</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776374#M982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The last things I will say about this problem is make a suggestion that ESRI edit the Getting Started section of the online documentation regarding the use of IDEs.&amp;nbsp; Specifically, on the page;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://pro.arcgis.com/en/pro-app/arcpy/get-started/installing-python-for-arcgis-pro.htm#ESRI_SECTION1_3AEA2C9993704EDE826599AE78BB8CCB" title="http://pro.arcgis.com/en/pro-app/arcpy/get-started/installing-python-for-arcgis-pro.htm#ESRI_SECTION1_3AEA2C9993704EDE826599AE78BB8CCB"&gt;Python in ArcGIS Pro—ArcPy Get Started | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Under the section;&lt;/P&gt;&lt;P&gt;Python IDEs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They should note that while many IDEs may work seamlessly with conda, they don't allow you to fully develop across the API.&amp;nbsp; It may be that ESRI doesn't want to have to keep up with all the recent IDE developments, and that is fine so long as they note that not all results represented in the notebook examples may be reproducible in some IDEs (here generating the output).&amp;nbsp; As it is they post a link to the Anaconda site, that lists "acceptable" IDEs and that is what most people will be running off of.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jan 2018 22:05:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776374#M982</guid>
      <dc:creator>EricWarner</dc:creator>
      <dc:date>2018-01-07T22:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Runs in PyCharm But No Output</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776375#M983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;so long as they note that not all results represented in the notebook examples may be reproducible in some IDEs (here generating the output).&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;To be fair the &lt;A href="https://developers.arcgis.com/python/sample-notebooks/"&gt;Sample Notebooks&lt;/A&gt; are just that, samples of code designed to be run with Jupyter notebooks, and the Samples web page does speak to how the sample notebooks are supposed to be used:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;H1 style="font-weight: 300; font-style: normal; margin: 0px 0px 1.55rem; font-size: 2.40307rem; line-height: 3.1rem; color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;Samples&lt;/H1&gt;&lt;P style="margin-top: 0px; margin-bottom: 1.55rem; color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;Samples presented here demonstrate various features of the ArcGIS API for Python. The samples are categorized by the user profile they are most relevant to. Most samples are in the form of a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://jupyter-notebook.readthedocs.io/en/latest/notebook.html" style="color: #0079c1; text-decoration: none;"&gt;Jupyter Notebook&lt;/A&gt;, that can be viewed online, or downloaded and run interactively. A few samples are provided as stand-alone Python scripts in the accompanying GitHub SDK repository.&lt;/P&gt;&lt;P style="margin-top: 0px; margin-bottom: 1.55rem; color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;....&lt;/P&gt;&lt;P style="margin-top: 0px; margin-bottom: 1.55rem; color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;&lt;SPAN style="color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Next, extract the archive if you downloaded as an archive then open your terminal application and enter the directory with the samples. Then start Jupyter notebook application. Refer to section below for instructions on how to do this and to get yourself familiar with the notebook environment.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;so long as they note that not all results represented in the notebook examples may be reproducible in some IDEs (here generating the output).&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jan 2018 23:13:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776375#M983</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-01-07T23:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Runs in PyCharm But No Output</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776376#M984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One of the reasons that I work with Spyder... it ships with Anaconda as does IPython and Jupyter. &amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used many many before, you get used to them... The only thing I miss is code-folding, but it is on the way in Spyder 4, But I just fire up PythonWin when needed (old school, but still works in Anaconda with no problems)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jan 2018 23:16:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776376#M984</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-07T23:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Runs in PyCharm But No Output</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776377#M985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My contention is that the way the IDEs on the "getting started page" are presented dramatically understate the gap between the extent to which the sample code can be implemented versus how they are realized in the use of JN.&amp;nbsp; If Jupyter Notebooks is the only true end to end development environment for the API, they should just say so.&amp;nbsp; It would save new users significant time to know that not all (or maybe any of) the IDEs that they link to are in fact capable of providing the kind of end to end functionality that would make them&amp;nbsp; viable alternatives. The fact that you can't view output is a very significant short coming. Why even link to the Anaconda page with the IDE list? You just set people up for a lot of frustration.&amp;nbsp; I have been dealing with ESRI for a long time and unfortunately this is typical of how things roll with them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 03:36:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776377#M985</guid>
      <dc:creator>EricWarner</dc:creator>
      <dc:date>2018-01-08T03:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Python Code Runs in PyCharm But No Output</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776378#M986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well it is a work in progress, and it will probably get easier as time goes on.&amp;nbsp; Tomorrow going to get Spyder up and going.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 03:38:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/python-code-runs-in-pycharm-but-no-output/m-p/776378#M986</guid>
      <dc:creator>EricWarner</dc:creator>
      <dc:date>2018-01-08T03:38:24Z</dc:date>
    </item>
  </channel>
</rss>

