5 ms·
You ought to take a look at https://pypi.python.org/pypi/ipython-sql https://pypi.python.org/pypi/ipython-sql. This, in conjunction with IPython magic helpers s
by datahipster 12y ago
You ought to take a look at https://pypi.python.org/pypi/ipython-sql https://pypi.python.org/pypi/ipython-sql. This, in conjunction with IPython magic helpers specified in your IPython profile, can turn IPython into a SQL client. Here's a good example: https://gist.github.com/slnovak/583e35083ebd42892fab https://gist.github.com/slnovak/583e35083ebd42892fab
- b_friedland 12y agoThanks for this, looks like it's going to be pretty handy.
- elliott34 12y agoOOOOOO awesome. Thank you!