https://github.com/hourout/mysql_kernel
Mysql Kernel for Jupyter
https://github.com/hourout/mysql_kernel
jupyter-kernels mysql sql
Last synced: 26 days ago
JSON representation
Mysql Kernel for Jupyter
- Host: GitHub
- URL: https://github.com/hourout/mysql_kernel
- Owner: Hourout
- License: apache-2.0
- Created: 2020-03-06T03:19:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-05T12:19:10.000Z (over 3 years ago)
- Last Synced: 2025-03-20T15:01:32.714Z (about 1 year ago)
- Topics: jupyter-kernels, mysql, sql
- Language: Python
- Homepage:
- Size: 536 KB
- Stars: 6
- Watchers: 0
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Mysql_kernel


[](https://pypi.python.org/pypi/mysql_kernel)



Mysql Kernel for Jupyter
[δΈζδ»η»](document/chinese.md)
## Installation
#### step1:
```
pip install mysql_kernel
```
To get the newest one from this repo (note that we are in the alpha stage, so there may be frequent updates), type:
```
pip install git+git://github.com/Hourout/mysql_kernel.git
```
#### step2:
Add kernel to your jupyter:
```
python -m mysql_kernel.install
```
ALL DONE! πππ
## Uninstall
#### step1:
View and remove mysql kernel
```
jupyter kernelspec list
jupyter kernelspec remove mysql
```
#### step2:
uninstall mysql kernel:
```
pip uninstall mysql-kernel
```
ALL DONE! πππ
## Using
```
jupyter notebook
```

### step1: you should set mysql host and port
```
mysql://user:password@host:port
or
mysql://host:port
```
### step2: write your mysql code

## Quote
kernel logo

- https://jeongw00.tistory.com/203