Skip to content
Advertisement

How to get rid of repetitive ‘Modify Setup’ pop-ups when using Jupyter notebooks in VS Code?

Lately, I’ve been running some Jupyter notebooks in VS Code, and I’ve been encountering a strange issue: whenever I open such a file, I am bombarded with pop-ups that look like this:

enter image description here

Sometimes a few will pop up; other times it can be upwards of 10 pop-ups. What’s bizarre about this is that I already have my VS Code set up properly, and I can run my Jupyter notebooks just fine. I’ve tried selecting the ‘Modify’ option and going with the default selections just to make it go away, but no dice. How do I prevent these annoying pop-ups?

Advertisement

Answer

Per your new comments, can you check your default settings to see which application is targeted to open .ipynb files? Perhaps .ipynb files are linked to open (strangely) via the Setup exe.

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement