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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size notebookquery-0.1.1-py3-none-any.whl (6.7 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size notebookquery-0.1.1.tar.gz (6.0 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for notebookquery-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d31fd0637c0ed0b571f849ef25478e2784ef04b3b7013f2614c4f63e085678e |
|
MD5 | a252fa4a98b9c906f697d8f34351064e |
|
BLAKE2-256 | 48a049e7e90837bc6def5dde4783a96ddfc3870a13b213932a6814c39d91e7f6 |