0

how to set Bokeh to use Brave as default browser..

tried

 bokeh.settings.settings.browser.set_value('/usr/bin/brave-browser') 

still get

 Error: could not locate runnable browser
sten
  • 7,028
  • 9
  • 41
  • 63
  • Maybe you should check out this [SO question](https://stackoverflow.com/questions/57837496/how-to-use-brave-web-browser-with-python-selenium-and-chromedriver). Bokeh [browser](https://stackoverflow.com/questions/57837496/how-to-use-brave-web-browser-with-python-selenium-and-chromedriver) is using pythons [webbrowser](https://docs.python.org/3/library/webbrowser.html). – mosc9575 Feb 21 '22 at 12:32
  • Yes, this is correct. Bokeh just calls out to the Python stdlib `webbrowser.open` which does not currently know about Brave, apparently. There is nothing we can do about that, so for now you will need to resort to a selenium solution. – bigreddot Feb 22 '22 at 07:30

0 Answers0