Skip to content

kevinior/jupyter-pike-kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple IPython kernel for the Pike programming language.

This requires IPython 3.

To install:

pip install pike_kernel
python -m pike_kernel.install

To use it, run one of:

ipython notebook
# In the notebook interface, select Pike from the 'New' menu
ipython qtconsole --kernel pike
ipython console --kernel pike

For details of how this works, see the Jupyter docs on wrapper kernels, and Pexpect's docs on the replwrap module

Mostly copied from Thomas Kluyver's bash kernel.

About

Pike kernel for IPython/Jupyter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages