C3: W4: A: grader issue

For the “Graded Functions” the grader says:

There was a problem compiling the code from your notebook. Details:
No module named 'IPython'

Any known issues?

Check if you are importing the ipython module properly.

Am I supposed to make any imports?
The following are all the imports found in 2nd cell:

import numpy as np 
import matplotlib.pyplot as plt
from tensorflow.keras.models import Sequential
from tensorflow.keras.utils import to_categorical 
from tensorflow.keras.preprocessing.text import Tokenizer
from tensorflow.keras.preprocessing.sequence import pad_sequences
from tensorflow.keras.layers import Embedding, LSTM, Dense, Bidirectional

Do I need to add any more imports?

I havent seen this assingment and I am surprised its not included, but if you are using it you need to import that module or install it, check in google how to do it.

Hello @xaid ,

I have seen this error February in discussion Forum.
Even I also faced this in testing phase.

In my case, I was in the previous version and not the TF1 refresh. Then I had to join the updated version.
With refresh version, then no such error came.

Are you in the updated version?

Although in your case, you are doing in June and it is also not the transition phase of Refresh Launch.

With regards,
Nilosree Sengupta

1 Like