12 Graphics and Visualization with Jupyter Lab

A great many problems are simplified through visualization of the data. The human eye is particularly suited to identifying relationships and trends. Given a display of a potential relationship (or trend), it makes sense to turn to more formal statistical methods to quantify the relationship.

Python offers a number of graphical tools. For data analytics purposes, one of the most popular is matplotlib. This package offers numerous graphic capablities. It integrates well with Jupyter Lab, providing us an interactive environment to visualize and analyze data.

It’s possible to do a great deal of Python development in Jupyter Lab. While wonderful, this is not a perfect Integrated Development Environment ...

Get Modern Python Cookbook - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.