Skip to content

afcarl/sqlite3-kernel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple Jupyter kernel for SQLite3

This requires IPython 3.

To install:

python setup.py install
python -m sqlite3_kernel.install

To use it, run one of:

jupyter notebook
# In the notebook interface, select SQLite3 from the 'New' menu
jupyter qtconsole --kernel sqlite3
jupyter console --kernel sqlite3

For details of how this works, see the Jupyter docs on wrapper kernels, and Pexpect's docs on the replwrap module

Based on the Bash kernel

Note: this was just a quick and dirty experiment in writing Jupyter kernels. I decided to publish it on Github in the hopes that others find it useful. It may not work for everyone, but feel free to use this as a base for something more robust.

About

A Jupyter kernel for the sqlite3 shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%