Can we run these labs as in in the AWS sagemaker studio? I have run few notebooks and have seen an error. FOr example I ran the C1_W3_Lab09_Regularization_Soln.ipynb lab in sagemaker studio and got an error on the last cell:
plt.close("all")
display(output)
ofit = overfit_example(True)
With Error:
Error displaying widget: model not found
Error displaying widget: model not found
I used the Data Science Image with Python 3 kernel, does anyone know if these notebooks can be run outside of coursera environment either locally or in sagemaker?