Select to view content in your preferred language

Script in Python notebook not executing

178
2
07-20-2024 09:05 AM
EuropaxEarth
New Contributor III

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!!

0 Kudos
2 Replies
DanPatterson
MVP Esteemed Contributor

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


... sort of retired...
0 Kudos
CodyPatterson
Regular Contributor

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

0 Kudos