Select to view content in your preferred language

Notebook auto-complete issue

526
5
12-23-2025 06:48 AM
Labels (1)
ChenChen4
Regular Contributor
Has anyone encountered issues with auto-complete in notebooks? For example, when I type “arcpy.”, it sometimes changes to “arcarcpy.” without a wavy underline to indicate that “arcarcpy” is invalid. Often, I don’t notice this type of error until I run the code, which can be quite annoying.
0 Kudos
5 Replies
CodyPatterson
MVP Regular Contributor

Hey @ChenChen4 

Are you using a third-party grammar checker like Grammarly or similar? I've noticed that on certain browsers, Grammarly will just append the corrected work onto the end or wherever in the word it wants, this mostly happened on Outlook.

Cody

0 Kudos
ChenChen4
Regular Contributor

No, I'm not using grammar check tools. I notice this behavior when I type code direclty in the NB server interface. Now I just develop the code in IDE or VS code, and then copy and paste to NB server.

0 Kudos
CodyPatterson
MVP Regular Contributor

Hey @ChenChen4 

Ah gotcha gotcha, it may be the browser then maybe? Have you attempted to switch over to a different browser temporarily to see if anything changes?

Cody

0 Kudos
ChenChen4
Regular Contributor

Yeah, tried Chrome and Edge. 

0 Kudos
CodyPatterson
MVP Regular Contributor

Hey @ChenChen4 

That is really strange, it may be worth sending in a support ticket, with an attached HAR file or browser information to see if there could be some inconsistency that Esri isn't familiar with just yet. When I had this issue, it was exclusively due to Grammarly, which was a bug on their side.

Cody