ModuleNotFoundError when loading sql in Jupyter Notebook

Viewed 25

I'm trying to load the sql extension in a Jupyter notebook using

load_ext sql

after successfully running

>!pip install ipython-sql

Then I got the error message: module not found

Any idea on what might cause this issue? also tried

reload_ext sql

and still got the same error message.

0 Answers
Related