When I launch jupyter from within Anaconda it opens my edge browser (chrome is my default) and does not even create or show the notebook. It simply shows the homepage.
I have checked to ensure chrome is my default browser.
I have uninstalled and reinstalled anaconda. I have done a pip install jupyter. I have even gone into jupyter_notebook_config.py and set the default to my chrome.exe location.
I am not sure what else to try. I've gone through a bunch of questions on stackoverflow, github, and several other locations. None have helped.
One interesting thing that I have noted is, my html files are set to open in edge. It doesn't say this in "default apps" but in the folders it shows that edge (explorer) symbol. Also, when I try to "open as" it does not give me options and instead, simply opens edge to the home screen (same screen as jupyter).
Any help would be infinitely appreciated.