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

update for Jupyter 4

Open mccahill opened this issue 9 years ago • 7 comments

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]

mccahill avatar Sep 14 '15 16:09 mccahill

poke anyone?

yuvipanda avatar Dec 10 '15 19:12 yuvipanda

This PR seems to be doing 3 somewhat unrelated things...

yuvipanda avatar Dec 16 '15 01:12 yuvipanda

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!

catherinedevlin avatar Mar 04 '16 06:03 catherinedevlin

Why is this not getting merged?

matthiasroder avatar Jun 02 '16 14:06 matthiasroder

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

romanchyla avatar Aug 21 '16 15:08 romanchyla

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?

Choongkyu avatar Jun 24 '17 01:06 Choongkyu

@zebralight, to install this version:

$ pip install git+git://github.com/mccahill/ipython-sql.git

gcbeltramini avatar Nov 27 '17 21:11 gcbeltramini