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

comical-graphs-with-matplotlib

!pip install jovian --upgrade --quiet
import jovian
# Execute this to save new versions of the notebook
project = "comical-graphs-with-matplotlib"
jovian.commit(project=project)
[jovian] Attempting to save notebook.. [jovian] Updating notebook "akarhade5/comical-graphs-with-matplotlib" on https://jovian.ai [jovian] Uploading notebook.. [jovian] Committed successfully! https://jovian.ai/akarhade5/comical-graphs-with-matplotlib
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt