Sign in for AI Coding Help

With version 2.6.1, every time I launch Navigator, I get a popup window, “Sign in for AI Coding Help”.


I am working on local files and I am not interested in AI help. Is there any way to remove this popup?

1 Like

I had to downgrade my Anaconda Navigator to version 2.6.0 to get rid of this pop up.

To do it, open Anaconda Prompt (CMD.exe Prompt) and run the following command:

conda install anaconda-navigator=2.6.0

You may need to run Anaconda as admin depending on your user.

I’ll come back if I find a preference to disable this behavior.