I just wanted to check and see if it was just me. I am using ArcGIS Pro 2.7.0 and I have been using some magic commands in the notebook and ran into a problem with %load not working. The other commands such as %%writefile SomeFilePath.py work. If I use the same ArcGIS Pro python environment in a jupyter notebook %load works fine. Essentially I am trying to "load" a python script into a cell of my ArcGIS Pro notebook, but within ArcGIS Pro I cannot get it to work. Has anyone else had this problem, or am I doing something wrong?
Cheers,
Dale
Solved! Go to Solution.
not all magics are supported even though %magic would suggest otherwise (eg %lsmagic doesn't work)
not all magics are supported even though %magic would suggest otherwise (eg %lsmagic doesn't work)
Thank you for replying. I had read that not all magics were implemented, I was just hoping it was user error.