i was trying to connect my db-2 using python and hence running sql queries. But at the very fist line i have been stuck here, I had searched for it but i have not got any clues yet. some of them were not working. first it was showing me sql module not found and not this problem i am facing.
Asked
Active
Viewed 52 times
0
-
https://stackoverflow.com/questions/34967288/sql-ipython-magic-extension-wont-load might be related to your problem – Boris W Aug 06 '20 at 07:47
1 Answers
0
Have you installed sql library? If not, install it using pip or conda:
- installing using pip: pip install python-sql
- import library to your code: import sql

jestrabikr
- 420
- 5
- 12