ipython-sql icon indicating copy to clipboard operation
ipython-sql copied to clipboard

%%sql magic for IPython, hopefully evolving into full SQL client

Results 101 ipython-sql issues
Sort by recently updated
recently updated
newest added

I am trying to connect to sql server using ipython sql, but getting errors, the last part of the errors looks like following: > 1733 util.warn( > 1734 "Could not...

Under Ipython 4, I get this error, and I don't see how to fix it. Is it a Ipython-sql issue ? ``` python-3.4.3.amd64\lib\site-packages\IPython\config.py:13: ShimWarning: The `IPython.config` package has been deprecated....

Hello, just found this github project and I am also new to SqlAlchemy. So I am wondering is there a way to connect to an ODBC datasource using ipython-sql? If...

I'm getting the following warning against IPython installed from a current pip install of `jupyter`: ``` %load_ext sql /usr/local/lib/python3.4/dist-packages/IPython/config.py:13: ShimWarning: The `IPython.config` package has been deprecated. You should import from...

When running under iPython4 (Jupyter) there are warnings about deprecated calls when calling load_ext sql ``` /opt/conda/lib/python3.4/site-packages/IPython/config.py:13: ShimWarning: The `IPython.config` package has been deprecated. You should import from traitlets.config instead....

All queries outputs "Done." before the table showing the results. ![image](https://user-images.githubusercontent.com/344809/34471553-235f6236-ef4d-11e7-9c5f-a8f5603e541c.png)

I am using SQL server and get an error when using the variable assignment with multi line SQL: ``` %%sql result (pyodbc.ProgrammingError) ('42000', "[42000] [Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect...

I have followed these steps: git clone https://github.com/catherinedevlin/ipython-sql cd ipython-sql python setup.py install %config SqlMagic.autocommit=False %sql impala://impala-host-0:21050/testdb I am getting following error. Am I missing out on some configurations? AttributeErrorTraceback...

First of all, I love this `magic sql`. It's insane how productive I am now working solely in Jupyter notebook querying my SQL Server datasets and using Python for data...