Unable to embed a Jupyter Notebook in ArcGIS Experience Builder.
ArcGIS Experience Builder
漏洞 ID 编号
BUG-000167675
已提交
May 21, 2024
上次修改时间
August 20, 2025
适用范围
ArcGIS Experience Builder
找到的版本
Feb 2024
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This behavior is because the embedded content from the notebook has a CSP header of 'frame-ancestors 'self', meaning it can only be embedded in its own domain.
ArcGIS Notebook: https://{org}.maps.arcgis.com/home/notebook/notebook.html?id={ID}
ArcGIS Dashboards: https://{org}.maps.arcgis.com/apps/dashboards/{ID}
Since these two share the same domain, a notebook can be embedded into ArcGIS Dashboards.
While ArcGIS Experience Builder and ArcGIS StoryMaps do not share the exact same domain.
ArcGIS Experience Builder: https://experience.arcgis.com/builder/?id={ID}
ArcGIS StoryMaps: https://storymaps.arcgis.com/stories/{ID}
That is why the notebook cannot be successfully embedded on these web apps. This is the expected behavior of the notebook.