BONUS: plotly#
A high level library for plotting that includes interactive elements like hovering and paning. For this assignment, please watch the office hours recording on plotly.express and redo the assignments plots using plotly or plotly.express. For reference, see the documentation here. Add markdown cells as needed.
import plotly.express as px
import numpy as np
import pandas as pd
import plotly
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
Cell In[1], line 1
----> 1 import plotly.express as px
2 import numpy as np
3 import pandas as pd
ModuleNotFoundError: No module named 'plotly'