Skip to content

Hourout/hive_kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hive_kernel

Hive Kernel for Jupyter

PyPI version Github license PyPI PyPI format contributors downloads

中文介绍

Installation

step1:

pip install hive_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/hive_kernel.git

step2:

Add kernel to your jupyter:

python -m hive_kernel.install

ALL DONE! 🎉🎉🎉

Uninstall

step1:

View and remove hive kernel

jupyter kernelspec list
jupyter kernelspec remove hive

step2:

uninstall hive kernel:

pip uninstall hive-kernel

ALL DONE! 🎉🎉🎉

Using

jupyter notebook

step1: you should set hive server (host and port)

step2: write your hive sql

Quote

kernel logo