I'm trying to load the sql extension in a Jupyter notebook using
load_ext sql
after successfully running
>!pip install ipython-sql
Any idea on what might cause this issue? also tried
reload_ext sql
and still got the same error message.
I'm trying to load the sql extension in a Jupyter notebook using
load_ext sql
after successfully running
>!pip install ipython-sql
Any idea on what might cause this issue? also tried
reload_ext sql
and still got the same error message.