ipython-sql
ipython-sql copied to clipboard
KeyError: 'DEFAULT'
- mysql+pymysql://dbuser:***@localhost/mydb 1 rows affected.
I am able to connect to the database but unable to see results.
get_ipython().run_line_magic('sql', 'select 2+3') KeyError: 'DEFAULT'
For other people who ran into this, I just configured ipython-sql to look for an accepted style enum--super weird though.
%config SqlMagic.style='NONE'