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

ipl

Use the "Run" button to execute the code.

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="ipl")
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt