how to open jupyter notebook on desirable browser

Question:

When I start jupyter notebook, it loads on internet explorer, but I want to open jupyter notebook on my desirable browser, please provide a general solution for all browsers. I am using windows 7.

Asked By: user13451261

||

Answers:

go to

C:UsersusernameAppDataRoamingjupyterruntime

and then rightclick on any .html file and then go to change and then select any browser you want to an click on apply. Then run Jupyter notebook.

You can also copy the link from your Jupyter terminal and then paste it to your desirable browse.

Answered By: Piyush Gupta