Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

start bokeh server:  <YOUR YARR PATH>/src/python/startServer.sh


Manually stop bokeh server

run Cmd "ps -ef|grep bokeh" to get the bokeh process ID.

run Cmd "kill -9 <ID>" to keep the bokeh process. 


Create a python virtual env for the bokeh server

...