Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 1.23 KB

00_intro.md

File metadata and controls

10 lines (6 loc) · 1.23 KB

IPython Cookbook, Second Edition This is one of the 100+ free recipes of the IPython Cookbook, Second Edition, by Cyrille Rossant, a guide to numerical computing and data science in the Jupyter Notebook. The ebook and printed book are available for purchase at Packt Publishing.

Text on GitHub with an CC-BY-NC-ND license
Code on GitHub with an MIT license

Chapter 6 : Data Visualization

Introduction

While matplotlib is the main visualization library in Python, it is not the only one. In this chapter, we will introduce some of the many other visualization libraries that cover more domain-specific use-cases, or that offer specific interactivity features in the Jupyter Notebook.