Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.
/ txkernel Public archive

Twisted based Jupyter kernel implementation

License

Notifications You must be signed in to change notification settings

guysv/txkernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Attention: Repo is Not Maintained

At first I wanted to separate the base classes of ILua because other projects could potentially benefit from them. On second thought, this is pretty far fetched at the moment, and my life maintaining ILua will be easier if I merge txkernel into it. TXKernel still lives in ILua, so be sure to pay that repo a visit!

TXKernel

TXKernel is a base kernel for Jupyter powered by Twisted. TXKernel development really revolves around ILua, at least for it's early stages. If your kernel is to be written in Python, I'd recommend checking out Jupyter's repositories as they contain much more mature base classes