Wondering if anyone has anything I could try for speeding up the run time for notebooks in ArcGIS Pro, I have a tool that throws some unexplained error when ran as a script tool (Summarize Within - ModuleNotFoundError: No module named 'common') so I had to convert it to a notebook instead. Before the unexplained error came around, the script tool averaged less than 10 minutes to run to completion but the same code as a notebook takes over an hour to complete.