I'm experiencing issues running my Python script in Jupyter notebook. I'd specifically like to note that the circle (indicating execution) fills and then hollows out without producing expected outputs in my geodatabase. This script should take 3 hours from start to finish - so its not like the script was able to run through everything in a matter of seconds.
I've tried everything from restarting my computer, attempting to run the script in the python window and creating a new ArcGIS project entirely - nothing seems to work.
I've tried my best so that no stone is left unturned but there's something I haven't thought of.
I'm no a time crunch, so I'd greatly appreciate anyone's help!!
what did it do?
did it ever work?
If not to either question, then it is something in your script or environment
perhaps you could elaborate
Hey @EuropaxEarth
Would it be possible to place print statements throughout the code marking stages of progression? That could be useful in terms of debugging to see if it is actually progressing through the code at all. I would also ask if you are using any try except statements that could be encountering an error and skipping through a major part of the code!
Cody