Нема описа

rabin 3fcee4bfbb edit пре 6 година
jupyter-mysql-kernel 3fcee4bfbb edit пре 6 година
res a37bf41a53 edit пре 6 година
.gitignore bcf018210d edit пре 6 година
README.md a85264decd edit пре 6 година
setup.py 79049ee0ea edit пре 6 година

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