Skip to main content

SQL integration and table display for ipython notebooks

Project description

notebookquery: SQL integration and table display for IPython notebooks

Install with pip:

pip install notebookquery

Then just import into a notebook:

import notebookquery

From there you can choose a database with %db at the start of a cell, for instance:

%db postgresql:///example

Then write a query with %%sql:

%%sql

select * from example_table;

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

notebookquery-0.1.1.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

notebookquery-0.1.1-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page