Add bokeh installation (#30380)
This commit is contained in:
@ -5,8 +5,18 @@ Bokeh is a Python interactive visualization library, providing the elegant and c
|
||||
|
||||
This distinguishes bokeh from other visualization libraries such as matplotlib or seaborn. With the help of bokeh even very large data sets can be visualized. Because they can be adapted dynamically, e.g. by zooming into certain sections or selecting axes to be displayed, it is possible to provide a visual overview even over large amounts of data and to make the display interpretable.
|
||||
|
||||
### Installation
|
||||
#### Conda Installation
|
||||
```
|
||||
conda install bokeh
|
||||
```
|
||||
#### Pip Installation
|
||||
```
|
||||
pip install bokeh
|
||||
```
|
||||
|
||||
### More Information:
|
||||
[Bokeh Official Website](https://bokeh.pydata.org/en/latest/)
|
||||
[Bryan Van de Ven, PyBay2016, 55:47](https://www.youtube.com/watch?v=xqwCxuEBpxk)
|
||||
[Bryan Van de Ven, PyData SF 2016, 2:14:00](https://www.youtube.com/watch?v=M1-MVYLONZc)
|
||||
[DataCamp.com bokeh Cheat Sheet] (https://s3.amazonaws.com/assets.datacamp.com/blog_assets/Python_Bokeh_Cheat_Sheet.pdf)
|
||||
[DataCamp.com bokeh Cheat Sheet](https://s3.amazonaws.com/assets.datacamp.com/blog_assets/Python_Bokeh_Cheat_Sheet.pdf)
|
||||
|
Reference in New Issue
Block a user