Jake Lane

Results 1 comments of Jake Lane

> The issue is in the import from IPython.core.display. In the new version it should be IPython.display. That does work for me import sys from IPython import display sys.modules['IPython.core.display'] =...