Kestrel Jupyter Kernel
Project description
This repository contains two Python packages:
kestrel_jupyter_kernel
kestrel_ipython
Python Requirement
This project and docs build on Python 3.
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/IBM/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.
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
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
kestrel-jupyter-1.0.1.tar.gz
(9.8 kB
view hashes)
Built Distribution
Close
Hashes for kestrel_jupyter-1.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4725e153873f8845baeb86abb1f1ebebd601de210ca69d4cd5582d42fa6e126 |
|
MD5 | f0626f0de41702b4bdbedd554e8cd8c3 |
|
BLAKE2b-256 | 5906d46525d3c692f48e1aa010a1034274dbc7d06f991fbafe1794f5d5d3ad82 |