I want to look at a database schema using %load_ext schemadisplay_magic then %schema but schemadisplay_magic will load. I get an error message saying:
No module named 'schemadisplay_magic'
IPython version 5.8.0
I have tried looking it up, but can't find anything about it anywhere.
%load_ext sql
%load_ext schemadisplay_magic
I expected to be able to load %schema, but i just get an error message.
ModuleNotFoundError: No module named 'schemadisplay_magic'