<?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>idea Execute Notebooks hosted in ArcGIS Online using ArcGIS API for Python in ArcGIS API for Python Ideas</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idi-p/1170528</link>
    <description>&lt;P&gt;We have notebooks in AGOL that we would like to trigger remotely using the API for Python. It appears to be a possibility if you have your own Notebook Server but it doesn't look like the functionality exists for AGOL. See the&amp;nbsp;arcgis.gis.nb.NotebookManager execute_notebook() function which says "&lt;SPAN&gt;The Execute Notebook operation allows administrators to remotely run a notebook in their ArcGIS Notebook Server site&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;The times we want to run our notebooks are not on a regular schedule so the task functionality in AGOL is not appropriate. The run events are customer driven and on an unpredictable schedule, and turning the notebook over to them would not be appropriate. We would like to be able to be able to run a local python script that uses the API to trigger the Notebook to execute in AGOL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/149008"&gt;@SusanHmel__DOIT_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 May 2022 09:38:06 GMT</pubDate>
    <dc:creator>ConradSchaefer__DOIT_</dc:creator>
    <dc:date>2022-05-04T09:38:06Z</dc:date>
    <item>
      <title>Execute Notebooks hosted in ArcGIS Online using ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idi-p/1170528</link>
      <description>&lt;P&gt;We have notebooks in AGOL that we would like to trigger remotely using the API for Python. It appears to be a possibility if you have your own Notebook Server but it doesn't look like the functionality exists for AGOL. See the&amp;nbsp;arcgis.gis.nb.NotebookManager execute_notebook() function which says "&lt;SPAN&gt;The Execute Notebook operation allows administrators to remotely run a notebook in their ArcGIS Notebook Server site&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;The times we want to run our notebooks are not on a regular schedule so the task functionality in AGOL is not appropriate. The run events are customer driven and on an unpredictable schedule, and turning the notebook over to them would not be appropriate. We would like to be able to be able to run a local python script that uses the API to trigger the Notebook to execute in AGOL.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/149008"&gt;@SusanHmel__DOIT_&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 09:38:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idi-p/1170528</guid>
      <dc:creator>ConradSchaefer__DOIT_</dc:creator>
      <dc:date>2022-05-04T09:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Notebooks hosted in ArcGIS Online using ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1170547#M15</link>
      <description>&lt;P&gt;What is the output / end result of the notebook? Have you considered just having a Python script that you can run on demand? Notebooks are great for situations when you need to&amp;nbsp;&lt;EM&gt;see&amp;nbsp;&lt;/EM&gt;the output or explain things with markup, but if you're not even opening the notebook, you'd probably be better off with a Python script instead.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 11:42:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1170547#M15</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-05-04T11:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Notebooks hosted in ArcGIS Online using ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1170569#M16</link>
      <description>&lt;P&gt;jcarlson, We currently have administrative notebooks that have very little value visually that are running via a task in AGOL. Noone examines the outputs as long as the runs were successful. We do have successful runs notify AGOL members and include select print output content on the task run.&lt;/P&gt;&lt;P&gt;Our new use case is another action process. The notebook is not an inspection of data with visualizations. It's akin to an administrative process like account management etc. We would like to be able to access it with the API and execute it.&lt;/P&gt;&lt;P&gt;Note: I compartmentalized this idea to remote trigger. Once remote is possible then we would want to be able to pass a parameter to the notebook.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 13:46:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1170569#M16</guid>
      <dc:creator>ConradSchaefer__DOIT_</dc:creator>
      <dc:date>2022-05-04T13:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Notebooks hosted in ArcGIS Online using ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1170603#M17</link>
      <description>&lt;P&gt;The API is accessible anywhere, though. You can install the&amp;nbsp;&lt;STRONG&gt;arcgis&amp;nbsp;&lt;/STRONG&gt;Python module on any machine and run all the same commands. For instance, I have a number of administrative tasks that I run from a Linux machine. Many of these are custom functions that take parameters, too, so it's very simple to remotely initiate a process.&lt;/P&gt;&lt;P&gt;We also have certain common tasks that we share through a private GitHub repository, allowing other administrators to run these administrative tasks from literally any machine with an internet connection.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 14:08:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1170603#M17</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-05-04T14:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Notebooks hosted in ArcGIS Online using ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1170635#M18</link>
      <description>&lt;P&gt;jcarlson,&lt;/P&gt;&lt;P&gt;ESRI has given us Notebooks in AGOL. We pay for this functionality. These notebooks are currently able to be executed on a schedule in AGOL, just not on demand.&lt;/P&gt;&lt;P&gt;It's worthwhile emphasizing Notebook Server allows execution of notebooks through the API, as stated above. We are requesting the same functionality for AGOL.&lt;/P&gt;&lt;P&gt;We are aware of how to use the ArcGIS API for Python module in a script on a local server with internet. We have many processes in place already that leverage the API. We now want to be able to execute a Notebook in AGOL through that API.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 14:43:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1170635#M18</guid>
      <dc:creator>ConradSchaefer__DOIT_</dc:creator>
      <dc:date>2022-05-04T14:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Notebooks hosted in ArcGIS Online using ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1170646#M19</link>
      <description>&lt;P&gt;I agree that triggering a notebook is a function that would be nice to have in either place, so I still think this is a good idea.&lt;/P&gt;&lt;P&gt;I'm just not sure why, in this particular use case, it needs to be a notebook at all if it's not actually leveraging the particular capabilities of the notebook environment.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 15:11:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1170646#M19</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-05-04T15:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Notebooks hosted in ArcGIS Online using ArcGIS API for Python - Status changed to: Under Consideration</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1187726#M24</link>
      <description />
      <pubDate>Wed, 29 Jun 2022 11:57:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1187726#M24</guid>
      <dc:creator>AndrewChapkowski</dc:creator>
      <dc:date>2022-06-29T11:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Notebooks hosted in ArcGIS Online using ArcGIS API for Python - Status changed to: Implemented</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1231836#M32</link>
      <description>&lt;P&gt;This functionality will be in the 2.1.0 release.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 16:59:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1231836#M32</guid>
      <dc:creator>AndrewChapkowski</dc:creator>
      <dc:date>2022-11-15T16:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Notebooks hosted in ArcGIS Online using ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1582662#M132</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/278"&gt;@AndrewChapkowski&lt;/a&gt;&amp;nbsp;&amp;nbsp;This didn't actually get implemented, did it? I can't find anything in the docs about an execute notebook function that works for AGOL.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 14:10:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1582662#M132</guid>
      <dc:creator>GLCAdmin</dc:creator>
      <dc:date>2025-02-06T14:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Notebooks hosted in ArcGIS Online using ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1629728#M158</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/303381"&gt;@GLCAdmin&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I think the info is &lt;A href="https://developers.arcgis.com/python/latest/api-reference/arcgis.notebook.html#:~:text=execute_notebook,-arcgis.notebook.&amp;amp;text=The%20Execute%20Notebook%20operation%20allows,with%20all%20cells%20in%20order." target="_self"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I haven't tested it yet, but I plan to in next couple of days&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 07:10:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1629728#M158</guid>
      <dc:creator>RichardHowe</dc:creator>
      <dc:date>2025-07-03T07:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Notebooks hosted in ArcGIS Online using ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1629786#M159</link>
      <description>&lt;P&gt;Seems to work perfectly &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 10:08:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1629786#M159</guid>
      <dc:creator>RichardHowe</dc:creator>
      <dc:date>2025-07-03T10:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Notebooks hosted in ArcGIS Online using ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1683807#M174</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/278"&gt;@AndrewChapkowski&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/303381"&gt;@GLCAdmin&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/75013"&gt;@RichardHowe&lt;/a&gt;&amp;nbsp;I don't see this functionality in AGOL. Can we please get this implemented in AGOL ASAP. I agree with&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/390219"&gt;@ConradSchaefer__DOIT_&lt;/a&gt;&amp;nbsp;and I need it as well. This still requires another machine to run this and we are already paying for AGOL and notebooks.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 20:50:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1683807#M174</guid>
      <dc:creator>TD1</dc:creator>
      <dc:date>2026-02-11T20:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Notebooks hosted in ArcGIS Online using ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1683974#M175</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/314671"&gt;@TD1&lt;/a&gt;&amp;nbsp;Did you look at the guidance I linked to, which gives you the python command to be able to trigger a notebook that sits in AGOL?&lt;BR /&gt;&lt;BR /&gt;That's what&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/390219"&gt;@ConradSchaefer__DOIT_&lt;/a&gt;&amp;nbsp;was asking for I believe. If you simply wanted to trigger the notebook from inside AGOL you could just open it and run it. I'm struggling to see a third way&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 14:44:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1683974#M175</guid>
      <dc:creator>RichardHowe</dc:creator>
      <dc:date>2026-02-12T14:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Notebooks hosted in ArcGIS Online using ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1683979#M176</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/75013"&gt;@RichardHowe&lt;/a&gt;&amp;nbsp;Yes but that python needs to still be triggered more often than 15 minutes or on demand. Can you think of a way to do this without needing to put it on my server or my PC? Maybe something on AGOL or a webhook thru make.com?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 14:56:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1683979#M176</guid>
      <dc:creator>TD1</dc:creator>
      <dc:date>2026-02-12T14:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Execute Notebooks hosted in ArcGIS Online using ArcGIS API for Python</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1684014#M177</link>
      <description>&lt;P&gt;Ah ok, I see. Two workarounds I guess:&lt;BR /&gt;&lt;BR /&gt;1. You put a repeat in the note book of the same bit of code in a while loop executing how often you wanted it to.&lt;/P&gt;&lt;P&gt;2. You copy the same notebook a few times over and stagger them&lt;BR /&gt;&lt;BR /&gt;I can't see ESRI giving you an out of the box way to get around a schedule that they hard-coded into the notebooks. Might be better putting an ArcGIS idea in to suggest allowing more frequent runs e.g. every minute. It's also worth pointing out that if the notebook hadn't completed before the next one is due to start it will just skip that run and jump to the next one.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 16:10:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-ideas/execute-notebooks-hosted-in-arcgis-online-using/idc-p/1684014#M177</guid>
      <dc:creator>RichardHowe</dc:creator>
      <dc:date>2026-02-12T16:10:59Z</dc:date>
    </item>
  </channel>
</rss>

