|
|
%!s(int64=8) %!d(string=hai) anos | |
|---|---|---|
| jupyter-mysql-kernel | %!s(int64=8) %!d(string=hai) anos | |
| .gitignore | %!s(int64=8) %!d(string=hai) anos | |
| README.md | %!s(int64=8) %!d(string=hai) anos | |
| setup.py | %!s(int64=8) %!d(string=hai) anos |
pip install git+https://github.com/shemic/jupyter-mysql-kernel
mkdir -p ~/.local/config/
vi ~/.local/config/mysql_config.json
{
"user" : "root",
"port" : "3306",
"host" : "127.0.0.1",
"charset" : "utf8",
"password" : "123456"
}