|
|
8 سال پیش | |
|---|---|---|
| jupyter-mysql-kernel | 8 سال پیش | |
| .gitignore | 8 سال پیش | |
| README.md | 8 سال پیش | |
| setup.py | 8 سال پیش |
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"
}