Skip to content

shemic/jupyter-mysql-kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL kernel for Jupyter/IPython

jupyter-mysql-kernel

install:

pip install git+https://github.com/shemic/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" : "123456"
}

About

jupyter-mysql-kernel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages