Varsha
Varsha

Reputation: 1

how to open jupyter notebook in chrome instead of Internet explorer from anaconda Navigator?

I tried to open it in multiple ways but still not working. sometimes opening the jupyter notebook via manually typing jupyter.org in the search bar gives an error of binding.

Upvotes: 0

Views: 5430

Answers (2)

L Prathyusha
L Prathyusha

Reputation: 330

Go to search and type Jupyter notebook and click on the application and there will be a black window that will pop up once it loads, kindly look for URLs that will appear once the window loads

URL might look like this= https:/local host.....

copy one of the URLs and then paste it in the chrome then you should be able to open jupyter notebook in chrome. Try this this will work

(OR)

Please scroll down to Web browser and Select Google Chrome. If promted, Click on OK else just close the settings tab and return to your command or anaconda prompt and type jupyter notebook as usual. A new jupyter notebook tab should open in Google Chrome now.

Upvotes: 1

seraph
seraph

Reputation: 350

You just need to configure your default browser as Google Chrome.

To do so,

  1. Go to your start button and click on the search tab
  2. Then key in "default", and click on "Default App"
  3. Click on the web browser category and choose your preferred browser.

You can also refer to this if the above fails. https://stackoverflow.com/a/47793764/15299683

Upvotes: 2

Related Questions