jans-code / jansnekokernel

A very rough neko kernel for Jupyter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jansnekokernel

Logo

A very rough jupyter kernel implementation of neko. There is no persistence whatsover, every cell is compiled and run without knowledge of previous cells. Also there is no syntax highlighting.

Dev Installation

  • install neko from your package repository
  • download/clone this project
  • open shell in project folder
  • pip install -e ./
  • then install kernelspec
  • jansnekokernel
  • or
  • jupyter kernelspec install --user jansnekokernel

Uninstall

  • jupyter kernelspec uninstall jansnekokernel
  • pip uninstall jansnekokernel

About

A very rough neko kernel for Jupyter.

License:MIT License


Languages

Language:Python 89.5%Language:Jupyter Notebook 10.5%