Learn practical skills, build real-world projects, and advance your career

VizPool: A Python Library with Low-Code support for Basic to Advance Static & Interactive Visualizations

Overview

Welcome to getting started with VizPool; in this introduction to VizPooL, you learn how to use vizpool interactive API for creating static but complex visuals with one line of code.
In case you are looking for static visuals, please visit VizPool Static API

Introduction

In this notebook, you will learn how to perform EDA on the Tips dataset. You will create impressive interactive visuals with just one line of code.

You will be introduced to a number of class methods to choose from. You can call these methods with specific keyword or positional arguments to generate amazing interactive visuals.

Following are the main content sections in the notebook:

1. Installations & Imports

!pip install --upgrade --quiet vizpool
#Restart the kernel
#import IPython
#IPython.Application.instance().kernel.do_shutdown(True)
from src.vizpool.interactive import EDA
import seaborn as sns