Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jans-code/jansnekokernel
A very rough neko kernel for Jupyter.
https://github.com/jans-code/jansnekokernel
Last synced: 4 days ago
JSON representation
A very rough neko kernel for Jupyter.
- Host: GitHub
- URL: https://github.com/jans-code/jansnekokernel
- Owner: jans-code
- License: mit
- Created: 2023-03-10T18:58:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T16:28:51.000Z (10 months ago)
- Last Synced: 2024-04-14T03:09:59.071Z (10 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jansnekokernel
![Logo](jansnekokernel/logo-svg.svg)
A very rough jupyter kernel implementation of [neko](https://www.nekovm.org).
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`