The magic command (%run) fails in the ArcGIS Pro Jupyter Notebooks with the error "Exception: File' 'Notebook1.py' 'not found."
ArcGIS Pro
漏洞 ID 编号
BUG-000171913
已提交
October 30, 2024
上次修改时间
May 30, 2025
适用范围
ArcGIS Pro
找到的版本
3.3.2
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
When using the %run magic command, the execution context differs within an ArcGIS Pro project from where it would be if initializing a standalone notebook environment and can't reliably be located via relative paths. To call with %run, a full path should be specified, specifically in the format of double backslashed paths like '%run "C:\\Users\\username\\Documents\\ArcGIS\\Projects\\nb-run-across-files\\Notebook1.ipynb'. The run command does not accept raw strings (r-prefix strings) and specifically requires the double-backslash format. With that format, it can be used in the desired workflow.