Kestrel Jupyter Kernel
Project description
This repository contains two Python packages:
kestrel_jupyter_kernel
kestrel_ipython
Install and Setup
The easy and preferred way:
$ pip install kestrel-jupyter
$ python -m kestrel_jupyter_kernel.setup
If you want to install from source code:
$ git clone git://github.com/opencybersecurityalliance/kestrel-jupyter
$ cd kestrel-jupyter
$ pip install .
$ python -m kestrel_jupyter_kernel.setup
How to Use Kestrel Jupyter Notebook Kernel
Start Jupyter with jupyter notebook and start a new notebook with kernel kestrel. Note if you are using jupyter lab, most functionalities are there such as code execution, error prompot, and context-aware auto-complete, but the syntax highlighting is not ported from our Jupyter Notebook environment to Jupyter Lab yet.
Write your hello world hunt:
newvar = NEW process ["cmd.exe", "reg.exe"]
DISP newvar
Check Kestrel documentation for more.
How to Use ipython Magic Function
import kestrel_ipython
Then you can write any code in single-line or multi-line Kestrel in Python:
%%kestrel
newvar = NEW process ["cmd.exe", "reg.exe"]
DISP newvar
Uninstall Kestrel Jupyter Kernel
List all Jupyter kernels installed:
$ jupyter kernelspec list
Uninstall Kestrel kernel:
$ jupyter kernelspec uninstall kestrel
How to Contribute
As a component in the Kestrel runtime, this repo follows the contributing guideline and governance documentation in the main kestrel-lang repo.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for kestrel_jupyter-1.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | beec66dd2c171f084160cbbb3c52ba6d4663b0f247ee45442d220eaab0247f30 |
|
MD5 | a17c2028032226612debd166560e803b |
|
BLAKE2b-256 | 6dd5555a0b3966447c2515d6ce3b1e0ac97f5dafe89f298f00de6137f2eb3e33 |