- Hands-On Data Visualization with Bokeh
- Kevin Jolly
- 131字
- 2021-06-25 20:50:20
Bokeh Installation and Key Concepts
Welcome to the world of interactive data visualization using the popular Bokeh library in Python. As you go through the chapter, you will learn about the following topics:
- What exactly Bokeh is and how it differs from other plotting libraries
- How you can install Bokeh on your local machine
- How to verify your Bokeh installation
- Where you can go for help should things go wrong
- Some key concepts regarding Bokeh's internal workings
Bokeh is an interactive data visualization library in Python that helps users across all levels visualize both simple and complex data from datasets ranging from small to big. You can use Bokeh to create both interactive plots and applications that speak to the general public, statisticians, and even business leaders!
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- PHP 從入門到項目實踐(超值版)
- Building a RESTful Web Service with Spring
- Git高手之路
- 零基礎入門學習Python
- 基于Struts、Hibernate、Spring架構的Web應用開發
- AIRIOT物聯網平臺開發框架應用與實戰
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- C和C++游戲趣味編程
- Yii Project Blueprints
- 好好學Java:從零基礎到項目實戰
- 打開Go語言之門:入門、實戰與進階
- Android應用開發實戰
- 深入解析Java編譯器:源碼剖析與實例詳解
- MyBatis 3源碼深度解析