Select to view content in your preferred language

Arcgis Pro Jupyter Notebook Kernel constantly busy ??

9817
26
08-10-2020 12:17 AM
Labels (1)
by Anonymous User
Not applicable

Hi, 

I have installed arcgis pro 2.6 and have cloned the the python environment.

I started a new jupyter notebook, but the cell no instead of starting with 1 starts with some random number.

Also, the kernle for Argis Pro seems busy constantly even if I don't execute any code, It look like there is some process going on in the back end thus making jupyter notebook slow to use.

Im sharing the screenshot for reference, where the first cell no starts from 1693.

26 Replies
Josh-R
by
Regular Contributor

This seems to have worked for me also! Well done!

0 Kudos
Roxana_ElenaUrdea
Regular Contributor

Works for me too. Thank you!

0 Kudos
Berney_Kevin
Emerging Contributor

This solved my problem as well.  See earlier post.  Several updates of ArcGIS Pro (3.1 now).  Still having the problem resolved by disabling the Variable Explorer.

In general, having a visualization of current value of variables (Spyder has a decent one) is very useful.  So figuring out why this one is broken could be useful.

0 Kudos
XiaomingLi
Emerging Contributor

Thank you @PierreCan. Deactivating 'Variable Inspector' works for me!

I almost tried all possible approaches I could find on Internet. All failed. Didn't expect the problem is caused by a Jupyter extension!!!!

0 Kudos
SamLevinson
New Contributor

This solved my issue today, running ArcGIS Pro 2.9. Seems the problem is ongoing. 

0 Kudos
DavidAnderson_1701
Frequent Contributor

Just did this change.  It worked!  Kudos for coming up with the solution.
I never used the variable inspector that much anyhow.  Did not work very good, definitely much less functionality than the variable tab in Spyder.

0 Kudos
JonathanSury
New Contributor

I also disabled the ExecuteTime in addition to the Variable Inspector which further resolved the same issue for me (the line numbers were still jumping after I disabled the Variable Inspector).

0 Kudos