- Hands-On Data Visualization with Bokeh
- Kevin Jolly
- 118字
- 2021-06-25 20:50:20
Installing Bokeh using a Python distribution
If you have all of your Python packages installed and managed using a distribution such as Anaconda, you can install Bokeh using your Bash Terminal or a Windows Prompt using the following code:
conda install bokeh
You can also install Bokeh using PyPi for Python 2 via the following code:
pip install bokeh
You can install Bokeh using PyPi for Python 3 via the following code:
pip3 install bokeh
For the purposes of this book, all plots will be rendered using Bokeh Version 0.12.15. If you already have Bokeh installed and require an update, simply enter the following code in your terminal or shell:
sudo pip3 install bokeh --upgrade
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- LabVIEW程序設計基礎與應用
- Photoshop智能手機APP UI設計之道
- C# Programming Cookbook
- C語言程序設計案例精粹
- Apache Kafka Quick Start Guide
- C++ Fundamentals
- CRYENGINE Game Development Blueprints
- 跟戴銘學iOS編程:理順核心知識點
- AMP:Building Accelerated Mobile Pages
- Python數據可視化之matplotlib實踐
- Learning Ionic(Second Edition)
- Learning jqPlot
- R High Performance Programming
- Python網絡運維自動化