Нема описа

rabin f0d063510e edit пре 7 година
jupyter-mysql-kernel 31e4603ed2 edit пре 7 година
.gitignore 31e4603ed2 edit пре 7 година
README.md f0d063510e edit пре 7 година
setup.py 79049ee0ea edit пре 7 година

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"

} `