Skip to content

nikoskaragiannakis/postgres_kernel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple Jupyter kernel for PostgreSQL

I don't know how to set this up to be pip-installable, but maybe you can help with that?

To use, run one of:

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

For details of how this works, see Jupyter's docs on wrapper kernels. This is heavily based on takluyver/bash_kernel. Just look at our git log :)

image

image

Todo

  • Get rid of this ShimWarning, "You should import from ipykernel or jupyter_client instead."
  • How do I make this pip-installable?

Related

About

A simple Jupyter kernel for PostgreSQL

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%