No Description

rabin 00f99ea8de edit 7 years ago
jupyter-mysql-kernel 31e4603ed2 edit 7 years ago
.gitignore 31e4603ed2 edit 7 years ago
README.md 00f99ea8de edit 7 years ago
setup.py 79049ee0ea edit 7 years ago

README.md

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"
}