Bokeh gives its users the flexibility and convenience of hosting real-time applications on its own servers. The Bokeh Server serves as a bridge connecting Python and the browser in which you can host your applications. In fact, you have been using the Bokeh Server all this time while you were creating your plots in a Jupyter Notebook by following the code in the chapters before this!
One of the ways you can use the Bokeh Server is to deploy applications that have interactivity locally on your machine, which you can then share with your colleagues.
In this chapter, you will be given an:
- Introduction to the Bokeh Server
- Introduction to building a Bokeh application
- Introduction to deploying the Bokeh application
This chapter aims to build your fundamentals with respect to the Bokeh Server so that we can build a beautiful...