ipython-sql
ipython-sql copied to clipboard
update for Jupyter 4
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.
"You should import from traitlets.config instead.", ShimWarning)
/opt/conda/lib/python3.4/site-packages/IPython/utils/traitlets.py:5: UserWarning: IPython.utils.traitlets has moved to a top-level traitlets package.
warn("IPython.utils.traitlets has moved to a top-level traitlets package.")
This commit fixes that, and also gets around the ascii character set problems in reading in the README and NEWS files when compiling.
Signed-off-by: Mark McCahill [email protected]
poke anyone?
This PR seems to be doing 3 somewhat unrelated things...
My huge apologies - I had GitHub notifications misconfigured, and 4 (!) different people submitted this same enhancement. I merged #50, since it included the test file.
I'll investigate the other changes in your PR as soon as I can. Thanks so much!
Why is this not getting merged?
Hi Catherine, your extension is really great. Thank you!
Please see ifyou can find a moment to apply this PR. The warning doesn't look very nice in the notebook
I was wondering how to install this particular branch. Will I need to compile it from source myself? Or can I simply run setup.py?
@zebralight, to install this version:
$ pip install git+git://github.com/mccahill/ipython-sql.git