I have been experiencing an issue with my submission. When I try to submit the notebook, I receive an error message. I’m not sure where I am going wrong, and I was hoping you could help me troubleshoot the problem. Thanks.
Hello @murat_kahraman ,
You won’t need IPython in this particular assignment. It seems you are trying to import something from IPython. All the required modules are pre-installed. And the grader won’t allow anything apart from that.
So remove the line of IPython and lines related to it.
But still if it shows same, feel free to let us know.
With regards,
Nilosree Sengupta
Thank you for your help. I found the problem. It looks like the issue was caused by importing the Image
module from IPython.core.display
. Thank you again for your assistance.