Hi,
The plot is not there, because you’re doing this for just one epoch.
And what should i do about the msg regarding tqdm _notebook
These are merely warnings.
You can ignore them, or use the following snippet to get rid of them:
import warnings
warnings.filterwarnings('ignore')