[swift-users] Swift kernel for Jupyter Notebook/IPython

Jin Wang owenwjowenwj at gmail.com
Wed Feb 8 06:39:34 CST 2017


Hey guys,

I'm building a swift kernel for Jupyter Notebook. If you haven't heard of
it, *the Jupyter Notebook is a web application that allows you to create
and share documents that contain live code, equations, visualizations and
explanatory text*.

The project is still at its early stage so some of the features haven't
been implemented. It currently support *linux environment*, *code execution*
and simple *autocompletion*. My goad is to create a kernel that can be used
to create blogs/tutorials with embedded swift code that can be executed.
It's kinda like Playground on the web but lacks quite a few features lol...

You can find the project at https://github.com/KelvinJin/iSwift.Linux. And
the demo at http://jupyter.uthoft.com. It utilises the power of existing
Swift REPL.

Feel free to provide any recommendations, issues and pull requests.

Thanks,
Jin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-users/attachments/20170208/5258fb74/attachment.html>


More information about the swift-users mailing list