djangoliv / mysql_kernel

Mysql Kernel for Jupyter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mysql_kernel

PyPI version Github license PyPI PyPI format contributors downloads

Mysql Kernel for Jupyter

中文介绍

Installation

step1:

pip3 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:

pip3 install git+git://github.com/Hourout/mysql_kernel.git

step2:

Add kernel to your jupyter:

python3 -m mysql_kernel.install

ALL DONE! 🎉🎉🎉

Using

jupyter notebook

step1: you should set mysql host and port

step2: write your mysql code

Quote

kernel logo

About

Mysql Kernel for Jupyter

License:Apache License 2.0


Languages

Language:Python 100.0%