I keep getting this error when submitting my notebook:
There was a problem compiling the code from your notebook. Details:
No module named 'IPython'
I wasn’t sure if my notebook was corrupted so I created a new notebook and transferred the code for my functions to the new notebook, but the error wont go away. This is the resource I used: TF1: How to check your notebook's metadata
That’s weird because I didn’t add that library and when I created a new notebook it was there. I’m not sure what was happening. Removing the library fixed the issue.
Google colab allows reference to a github notebook via url.
This is the assignment url: https://colab.research.google.com/github/https-deeplearning-ai/tensorflow-1-public/blob/main/C2/W1/assignment/C2W1_Assignment.ipynb
The target is https://colab.research.google.com/github/https-deeplearning-ai/tensorflow-1-public/blob/main/C2/W1/assignment/C2W1_Assignment.ipynb
I don’t know what internally google colab does to sync files but when in doubt, ensure that latest repository version matches with your colab version.