Reputation: 1
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
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
Reputation: 350
You just need to configure your default browser as Google Chrome.
To do so,
You can also refer to this if the above fails. https://stackoverflow.com/a/47793764/15299683
Upvotes: 2