I was trying to use
%matplotlib notebook instead of %matplotlib inline to have interactive plotting tools. But I got errors with the last line as
ModuleNotFoundError: No module named 'ipympl'
I was wondering whether this can be fixed by modifying the loaded modules.
Thank you so much!