<?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: Creating Experience Builder Apps using Notebooks in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/creating-experience-builder-apps-using-notebooks/m-p/1364880#M69507</link>
    <description>&lt;P&gt;The submodule &lt;EM&gt;expbuilder&lt;/EM&gt; needs to be included:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from arcgis.apps.expbuilder import WebExperience&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://developers.arcgis.com/python/guide/experience-builder-workflows/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/python/guide/experience-builder-workflows/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rylee&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jan 2024 15:47:52 GMT</pubDate>
    <dc:creator>rwrenner_esri</dc:creator>
    <dc:date>2024-01-02T15:47:52Z</dc:date>
    <item>
      <title>Creating Experience Builder Apps using Notebooks</title>
      <link>https://community.esri.com/t5/python-questions/creating-experience-builder-apps-using-notebooks/m-p/1362168#M69438</link>
      <description>&lt;P&gt;I am trying to deploy ArcGIS Experience Builder apps using notebooks. I am creating them this way because I need to create a lot of them for different audiences. For whatever reason I am having trouble importing the library for Experience Builder. See the Import Error below. I tested this in ArcGIS Online and it work there. I assume I need to install a missing library(ies). If someone could tell me what I should install and where I should install it, that would be awesome. I haven't been able to find anything on the Developer site.&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;---------------------------------------------------------------------------&lt;/SPAN&gt;
&lt;SPAN class=""&gt;ImportError&lt;/SPAN&gt;                               Traceback (most recent call last)
&lt;SPAN class=""&gt;/tmp/ipykernel_126/3924572473.py&lt;/SPAN&gt; in &lt;SPAN class=""&gt;&amp;lt;cell line: 2&amp;gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;()&lt;/SPAN&gt;
&lt;SPAN class=""&gt;      1&lt;/SPAN&gt; &lt;SPAN class=""&gt;from&lt;/SPAN&gt; arcgis&lt;SPAN class=""&gt;.&lt;/SPAN&gt;mapping &lt;SPAN class=""&gt;import&lt;/SPAN&gt; WebMap
&lt;SPAN class=""&gt;----&amp;gt; 2&lt;/SPAN&gt; &lt;SPAN class=""&gt;from&lt;/SPAN&gt; arcgis&lt;SPAN class=""&gt;.&lt;/SPAN&gt;apps &lt;SPAN class=""&gt;import&lt;/SPAN&gt; WebExperience
&lt;SPAN class=""&gt;      3&lt;/SPAN&gt; &lt;SPAN class=""&gt;import&lt;/SPAN&gt; getpass
&lt;SPAN class=""&gt;      4&lt;/SPAN&gt; 
&lt;SPAN class=""&gt;      5&lt;/SPAN&gt; &lt;SPAN class=""&gt;# Function to create a web map&lt;/SPAN&gt;

&lt;SPAN class=""&gt;ImportError&lt;/SPAN&gt;: cannot import name 'WebExperience' from 'arcgis.apps' (/opt/conda/lib/python3.9/site-packages/arcgis/apps/__init__.py)&lt;/PRE&gt;&lt;P&gt;Edit: I forgot to mention that I am doing this in Enterprise 11.1 with Notebook Server.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Dec 2023 20:21:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-experience-builder-apps-using-notebooks/m-p/1362168#M69438</guid>
      <dc:creator>MikeEtterWSB</dc:creator>
      <dc:date>2023-12-18T20:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Experience Builder Apps using Notebooks</title>
      <link>https://community.esri.com/t5/python-questions/creating-experience-builder-apps-using-notebooks/m-p/1364880#M69507</link>
      <description>&lt;P&gt;The submodule &lt;EM&gt;expbuilder&lt;/EM&gt; needs to be included:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from arcgis.apps.expbuilder import WebExperience&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://developers.arcgis.com/python/guide/experience-builder-workflows/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/python/guide/experience-builder-workflows/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Rylee&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 15:47:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/creating-experience-builder-apps-using-notebooks/m-p/1364880#M69507</guid>
      <dc:creator>rwrenner_esri</dc:creator>
      <dc:date>2024-01-02T15:47:52Z</dc:date>
    </item>
  </channel>
</rss>

