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.2.tar.gz
(9.8 kB
view hashes)
Built Distribution
Close
Hashes for kestrel_jupyter-1.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63c1fb83cdf0a8f1337191e65cfbf9bdb648272bf079143c2aded50a719c010f |
|
MD5 | b63b224f44d8b8e1b312ef42a038827e |
|
BLAKE2b-256 | f87ea004dcc21a26ebfad1f6d0835ef733321f750276be21458322b60d638956 |