要部署bokeh应用程序,我要在其中运行服务器
bokeh serve --allow-websocket-origin=myurl:5006 BokehMain.py
但是,我想将bokeh作为守护程序运行,因此我可以关闭终端并让应用程序在后台作为服务运行。
问题如果我希望用户通过Web浏览器而不是SSH隧道进行连接,是否有必要为bokeh设置apache服务器。 (如this link中所述)
感谢您的帮助!
nohup bokeh serve --allow-websocket-origin=myurl:5006 BokehMain.py