You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

elasticsearch-kernel

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elasticsearch-kernel

A elasticsearch kernel for Jupyter.

0.1.0
pipPyPI
Maintainers
1

Elasticsearch_kernel

Elasticsearch Kernel for Jupyter

PyPI version Github license PyPI PyPI format contributors downloads

中文介绍

Installation

step1:

pip3 install elasticsearch_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/elasticsearch_kernel.git

step2:

Add kernel to your jupyter:

python3 -m elasticsearch_kernel.install

ALL DONE! 🎉🎉🎉

Uninstall

step1:

View and remove elasticsearch kernel

jupyter kernelspec list
jupyter kernelspec remove elasticsearch

step2:

uninstall elasticsearch kernel:

pip3 uninstall elasticsearch-kernel

ALL DONE! 🎉🎉🎉

Using

jupyter notebook

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

step2: write your elasticsearch sql

Quote

kernel logo

Keywords

jupyter_kernel

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