Aucune description

rabin 3fcee4bfbb edit il y a 6 ans
jupyter-mysql-kernel 3fcee4bfbb edit il y a 6 ans
res a37bf41a53 edit il y a 6 ans
.gitignore bcf018210d edit il y a 6 ans
README.md a85264decd edit il y a 6 ans
setup.py 79049ee0ea edit il y a 6 ans

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