No Description

rabin 3fcee4bfbb edit 6 years ago
jupyter-mysql-kernel 3fcee4bfbb edit 6 years ago
res a37bf41a53 edit 6 years ago
.gitignore bcf018210d edit 6 years ago
README.md a85264decd edit 6 years ago
setup.py 79049ee0ea edit 6 years ago

README.md

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