hello guys!
I have been trying to run the cost function lab in my jupyter environment and getting the error as per photo.
So i ve been getting error out of these two lines
from lab_utils_uni import plt_intuition, plt_stationary, plt_update_onclick, soup_bowl
plt.style.use(‘./deeplearning.mplstyle’)
I also got a %matplotlib widget error which i fixed by adding extension (pip install ipympl)
I have downloaded from lab and uploaded all the relevant files in my jupyter environment.
Shouldn’t this be enough or have i missed something else?
Thanks!