ModuleNotFoundError Traceback (most recent call last)
in
----> 1 # import numpy as np
2 import pandas as pd
3 import matplotlib.pyplot as plt
4 import matplotlib.animation as animation
5 from mpl_toolkits import mplot3d
ModuleNotFoundError: No module named ‘numpy’