plt.style.use(‘./deeplearning.mplstyle’)
from lab_utils_uni import plt_house_x, plt_contour_wgrad, plt_divergence, plt_gradients.
OSError: './deeplearning.mplstyle' is not a valid package style, path of style file, URL of style file, or library style name (library styles are listed in `style.available`)
In[7], line 4
2 import numpy as np
3 import matplotlib.pyplot as plt
----> 4 from lab_utils_uni import plt_house_x, plt_contour_wgrad, plt_divergence, plt_gradients
ModuleNotFoundError: No module named 'lab_utils_uni'