Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mysql-kernel

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysql-kernel

A mysql kernel for Jupyter.

  • 0.4.1
  • PyPI
  • Socket score

Maintainers
1

Mysql_kernel

PyPI version Github license PyPI PyPI format contributors downloads

Mysql Kernel for Jupyter

中文介绍

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc