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:
$ git 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.0.tar.gz
(10.0 kB
view hashes)
Built Distribution
Close
Hashes for kestrel_jupyter-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8272d11a63cf42f886631e03673194cd6266885f5e997af7e6b426b57fdef186 |
|
MD5 | 70324621b6ab96efb70ad65f7c09af90 |
|
BLAKE2b-256 | f75b9cf873e30d29a3b8eddde1d16dde7e85fa8f675455899c2a8c4d7cc02975 |