Mysql Kernel for Jupyter
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
Add kernel to your jupyter:
python -m mysql_kernel.install
ALL DONE! 🎉🎉🎉
View and remove mysql kernel
jupyter kernelspec list
jupyter kernelspec remove mysql
uninstall mysql kernel:
pip uninstall mysql-kernel
ALL DONE! 🎉🎉🎉
jupyter notebook
mysql://user:password@host:port
or
mysql://host:port
kernel logo