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.
Source Distribution
notebookquery-0.1.1.tar.gz
(6.0 kB
view details)
Built Distribution
File details
Details for the file notebookquery-0.1.1.tar.gz
.
File metadata
- Download URL: notebookquery-0.1.1.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.0 CPython/3.8.1 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bb25d5073c74804cf8f99f89df8f324c7a78a1cf34f928bdd0bf04703ad7745 |
|
MD5 | 0c0fdb54e34d204c447f7c0fc22f543e |
|
BLAKE2b-256 | 3f47cf4d7c74bfe97ab00fd9d92834324809e68b43b67ca0aaea053f554455a9 |
File details
Details for the file notebookquery-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: notebookquery-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.0 CPython/3.8.1 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0d31fd0637c0ed0b571f849ef25478e2784ef04b3b7013f2614c4f63e085678e |
|
MD5 | a252fa4a98b9c906f697d8f34351064e |
|
BLAKE2b-256 | 48a049e7e90837bc6def5dde4783a96ddfc3870a13b213932a6814c39d91e7f6 |