- 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
推薦閱讀
- Vue.js 3.x快速入門
- Learning ROS for Robotics Programming(Second Edition)
- Node.js 10實戰
- Visual Basic程序開發(學習筆記)
- Go語言高效編程:原理、可觀測性與優化
- Magento 2 Development Cookbook
- Mastering Python High Performance
- 碼上行動:用ChatGPT學會Python編程
- Creating Stunning Dashboards with QlikView
- Java網絡編程實戰
- C#程序設計基礎入門教程
- Drupal 8 Development Cookbook(Second Edition)
- Java Web開發教程:基于Struts2+Hibernate+Spring
- 算法超簡單:趣味游戲帶你輕松入門與實踐
- JavaScript Unit Testing