In this chapter, we will discuss Bokeh Environment Setup. Bokeh the current version of Bokeh at the time of writing this topic is ver. 1.3.4. Bokeh package has the following dependencies
pip3 install bokeh
If you are using Anaconda distribution, use conda package manager as follows −
conda install bokeh
In addition to the above dependencies, you may require additional packages such as pandas, psutil, etc., for specific purposes.
check its version −
>>> import bokeh >>> bokeh.__version__ '1.3.4'
Next Topic – Click Here
Pingback: Bokeh - Introduction - Adglob Infosystem Pvt Ltd