Skip to content

bertrandpsi/jupyter-mysql-kernel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL kernel for Jupyter/IPython

jupyter-mysql-kernel

install:

pip install git+https://github.com/bertrandpsi/jupyter-mysql-kernel

mysql config:

mkdir -p ~/.local/config/
vi ~/.local/config/mysql_config.json

{
    "user"     : "root",
    "port"     : "3306",
    "host"     : "127.0.0.1",
    "charset"  : "utf8",
    "password" : "",
    "display"  : "prettytable"
}

Multi-line sql statements

For multi-line sql statements either ends your last command with a semi-column (;) or have semi-columns and returns in the string.

About

jupyter-mysql-kernel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%