I've tried the following as suggested in this discussion but it isn't working.
c.NotebookApp.browser = '"C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\MicrosoftEdge.exe" %s'
c.NotebookApp.browser = '"C:/Windows/SystemApps/Microsoft.MicrosoftEdge_8wekyb3d8bbwe/MicrosoftEdge.exe" %s'
c.NotebookApp.browser = 'C:/Windows/SystemApps/Microsoft.MicrosoftEdge_8wekyb3d8bbwe/MicrosoftEdge.exe %s'
c.NotebookApp.browser = 'C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\MicrosoftEdge.exe %s'
After launching Jupyter Notebook the command prompt is opening but the Edge isn't starting with the notebook. Chrome is my default browser in the system and I'd like to keep it that way. I'm getting the following message in the Jupyter Notebook command prompt window
[I 16:23:06.903 NotebookApp] JupyterLab extension loaded from C:\Users\Pradip\anaconda3\lib\site-packages\jupyterlab
[I 16:23:06.903 NotebookApp] JupyterLab application directory is C:\Users\Pradip\anaconda3\share\jupyter\lab
[I 16:23:06.918 NotebookApp] Serving notebooks from local directory: C:\Users\Pradip
[I 16:23:06.918 NotebookApp] The Jupyter Notebook is running at:
[I 16:23:06.918 NotebookApp] http://localhost:8888/?token=60755565b267fb954a464066911e94ca39fab27da2c067d2
[I 16:23:06.918 NotebookApp] or http://127.0.0.1:8888/?token=60755565b267fb954a464066911e94ca39fab27da2c067d2
[I 16:23:06.918 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 16:23:06.996 NotebookApp]
To access the notebook, open this file in a browser:
file:///C:/Users/Pradip/AppData/Roaming/jupyter/runtime/nbserver-12016-open.html
Or copy and paste one of these URLs:
http://localhost:8888/?token=60755565b267fb954a464066911e94ca39fab27da2c067d2
or http://127.0.0.1:8888/?token=60755565b267fb954a464066911e94ca39fab27da2c067d2