-1

I have built a bokeh plot which offers interactive plots with bokeh server. What should I do if I want to show this Bokeh Plot with Chromium embedded framework, rather than some web browsers like Chrome or FireFox?

Bingjie Han
  • 196
  • 3
  • 13

1 Answers1

1

You can find cefpython hello world program here: https://github.com/cztomczak/cefpython/blob/master/examples/hello_world.py

Just change url from google.com to your local web server.

Czarek Tomczak
  • 20,079
  • 5
  • 49
  • 56
  • I am really new to the local web server, can you tell me what's the path of my local server if using bokeh server? @Czarek Tomczak – Bingjie Han May 26 '18 at 20:38