<?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 Notebooks | Notebook Note Found at Request URL in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/python-notebooks-notebook-note-found-at-request/m-p/1419923#M70536</link>
    <description>&lt;P&gt;Hey &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/792726"&gt;@AlexONeill&lt;/a&gt;, I see this error all the time and its usually on starting the ArcPro project. However, I have not been able to reproduce it, it happens randomly. I do have my arcpy environment cloned and have the cx_oracle package added. When I encounter this error I have to close any open notebooks then open them again.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When are you encountering this error, is it when creating new notebooks, on start up, or when adding existing notebooks?&lt;/P&gt;&lt;P&gt;Are you working in the base arcpy environment or in a custom environment?&lt;/P&gt;</description>
    <pubDate>Tue, 07 May 2024 15:07:06 GMT</pubDate>
    <dc:creator>BrandonMcAlister</dc:creator>
    <dc:date>2024-05-07T15:07:06Z</dc:date>
    <item>
      <title>Python Notebooks | Notebook Note Found at Request URL</title>
      <link>https://community.esri.com/t5/python-questions/python-notebooks-notebook-note-found-at-request/m-p/1418829#M70518</link>
      <description>&lt;P&gt;Hello! I am running ArcPro v 3.2.2 and am running into this error when I go to open a new notebook. Any thoughts on how to best troubleshoot? &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/50334"&gt;@HannesZiegler&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlexONeill_0-1714753964880.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/103030i6BE3292753337C84/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlexONeill_0-1714753964880.png" alt="AlexONeill_0-1714753964880.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 16:36:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-notebooks-notebook-note-found-at-request/m-p/1418829#M70518</guid>
      <dc:creator>AlexONeill</dc:creator>
      <dc:date>2024-05-03T16:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Python Notebooks | Notebook Note Found at Request URL</title>
      <link>https://community.esri.com/t5/python-questions/python-notebooks-notebook-note-found-at-request/m-p/1419399#M70529</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/792726"&gt;@AlexONeill&lt;/a&gt;&amp;nbsp;take a look at&amp;nbsp;&lt;A href="https://community.esri.com/t5/python-documents/python-in-arcgis-pro-3-2-faq/ta-p/1348851" target="_blank" rel="noopener"&gt;Python in ArcGIS Pro 3.2 FAQ - Esri Community&lt;/A&gt;, there is a section on "Failed to load notebook" errors.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, is it working on the default environment arcgispro-py3? If it is only broken in clones, do the versions of-&amp;nbsp;&lt;/P&gt;&lt;P&gt;%programfiles%\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgisscripting\_arcgisscripting.pyd&lt;/P&gt;&lt;P&gt;-and-&lt;BR /&gt;%localappdata%\ESRI\conda\envs\&amp;lt;your_env_name&amp;gt;\Lib\site-packages\arcgisscripting\_arcgisscripting.pyd&lt;BR /&gt;&lt;BR /&gt;-match?&lt;BR /&gt;&lt;BR /&gt;You can use a script like this to check the versions:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;def get_version_number(filename):
    info = GetFileVersionInfo(filename, "\\")
    ms = info['FileVersionMS']
    ls = info['FileVersionLS']
    return HIWORD(ms), LOWORD(ms), HIWORD(ls), LOWORD(ls)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 06 May 2024 14:48:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-notebooks-notebook-note-found-at-request/m-p/1419399#M70529</guid>
      <dc:creator>HannesZiegler</dc:creator>
      <dc:date>2024-05-06T14:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Python Notebooks | Notebook Note Found at Request URL</title>
      <link>https://community.esri.com/t5/python-questions/python-notebooks-notebook-note-found-at-request/m-p/1419923#M70536</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/792726"&gt;@AlexONeill&lt;/a&gt;, I see this error all the time and its usually on starting the ArcPro project. However, I have not been able to reproduce it, it happens randomly. I do have my arcpy environment cloned and have the cx_oracle package added. When I encounter this error I have to close any open notebooks then open them again.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;When are you encountering this error, is it when creating new notebooks, on start up, or when adding existing notebooks?&lt;/P&gt;&lt;P&gt;Are you working in the base arcpy environment or in a custom environment?&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 15:07:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-notebooks-notebook-note-found-at-request/m-p/1419923#M70536</guid>
      <dc:creator>BrandonMcAlister</dc:creator>
      <dc:date>2024-05-07T15:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Python Notebooks | Notebook Note Found at Request URL</title>
      <link>https://community.esri.com/t5/python-questions/python-notebooks-notebook-note-found-at-request/m-p/1472655#M70588</link>
      <description>&lt;P&gt;Hi Hannes,&lt;/P&gt;&lt;P&gt;I am getting this error too. I am using version 3.3.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Notebook not found at the requested URL. This may be caused by an unsupported proxy configuration, or an invalid Jupyter Notebook server configuration."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had never used the Notebook functionality until yesterday. I created a notebook and wrote a short script to batch export all my layouts. It worked fine. I didn't modify the environment in any way.&lt;/P&gt;&lt;P&gt;Today I tried to load the notebook and I get the above error. In fact I get this same error when I try to open notebooks in any other projects now, even new projects.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 10:57:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-notebooks-notebook-note-found-at-request/m-p/1472655#M70588</guid>
      <dc:creator>AlexanderWebber</dc:creator>
      <dc:date>2024-05-15T10:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Python Notebooks | Notebook Note Found at Request URL</title>
      <link>https://community.esri.com/t5/python-questions/python-notebooks-notebook-note-found-at-request/m-p/1505374#M71071</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/640285"&gt;@BrandonMcAlister&lt;/a&gt;. I am having the same problem when I create a clone of the base environment and install scikit-learn. It only happens after I install the package but I haven't been able to see which jupyter versions are inconsistent after installation.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2024 13:59:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-notebooks-notebook-note-found-at-request/m-p/1505374#M71071</guid>
      <dc:creator>AndresLaverde</dc:creator>
      <dc:date>2024-07-15T13:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Python Notebooks | Notebook Note Found at Request URL</title>
      <link>https://community.esri.com/t5/python-questions/python-notebooks-notebook-note-found-at-request/m-p/1508931#M71109</link>
      <description>&lt;P&gt;Any updates? Having the same issue but I'm starting in a new project. Just trying to get through the Python for everyone course...&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 22:31:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-notebooks-notebook-note-found-at-request/m-p/1508931#M71109</guid>
      <dc:creator>Ricksmix</dc:creator>
      <dc:date>2024-07-23T22:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Python Notebooks | Notebook Note Found at Request URL</title>
      <link>https://community.esri.com/t5/python-questions/python-notebooks-notebook-note-found-at-request/m-p/1524267#M71278</link>
      <description>&lt;P&gt;It might not be the most straightforward solution but I had to uninstall all Python-related programs on my computer. A clean uninstall of Conda, ArcGIS Pro, QGIS, Visual Studio Code etc. I deleted all environments and Python-related packages created either with Conda or pip. This problem was possibly related to a version mismatch between packages I was using in my Conda environments and ArcGIS Pro packages. Make sure to isolate the ArcGIS cloned environment from others on your PC.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 11:33:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-notebooks-notebook-note-found-at-request/m-p/1524267#M71278</guid>
      <dc:creator>AndresLaverde</dc:creator>
      <dc:date>2024-08-20T11:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Python Notebooks | Notebook Note Found at Request URL</title>
      <link>https://community.esri.com/t5/python-questions/python-notebooks-notebook-note-found-at-request/m-p/1567679#M73323</link>
      <description>&lt;P&gt;I stumbled upon this issue for a while, and I was amazed at what resolved it (I hope it helps out). Try opening your Python environment, running this code, "import arcpy," and opening the notebook again.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 09:59:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/python-notebooks-notebook-note-found-at-request/m-p/1567679#M73323</guid>
      <dc:creator>Ignatiustag</dc:creator>
      <dc:date>2024-12-12T09:59:32Z</dc:date>
    </item>
  </channel>
</rss>

