0

I can't open jupyter-notebook from Anaconda prompt with a specified browser (i.e. not the default one) using

jupyter-notebook --browser=firefox

It says among other things "No web browser found: could not locate runnable browser." and gives me an URL which I can copy into the browser (which works).

This however opens Firefox:

start firefox
tover
  • 535
  • 4
  • 11
  • 1
    try this: https://stackoverflow.com/a/56513564/9622398. – Daniel Pereira Nov 14 '20 at 17:33
  • In addition, if the .jupyter folder does not contain a jupyter_notebook_config.py file, you can generate it with jupyter notebook --generate-config – john taylor Nov 14 '20 at 17:40
  • Not sure what to do there. I found the following in the newly generated config, which seems different from what to expect according to your link and which seems to tell me it should allow for a specified browser as it is: ## Specify what command to use to invoke a web browser when opening the notebook. # If not specified, the default browser will be determined by the `webbrowser` # standard library module, which allows setting of the BROWSER environment # variable to override it. #c.NotebookApp.browser = '' – tover Nov 14 '20 at 18:08
  • I use Python 3 by the way. – tover Nov 14 '20 at 18:33

0 Answers0