Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jans-code/janstoitkernel
A jupyter Toit kernel.
https://github.com/jans-code/janstoitkernel
Last synced: 9 days ago
JSON representation
A jupyter Toit kernel.
- Host: GitHub
- URL: https://github.com/jans-code/janstoitkernel
- Owner: jans-code
- License: mit
- Created: 2023-03-19T18:05:14.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T16:27:55.000Z (10 months ago)
- Last Synced: 2024-04-14T03:09:59.284Z (10 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# janstoitkernel
![Logo](janstoitkernel/logo-svg.svg)
A jupyter kernel implementation of [Toit](https://toitlang.org).
This is a WIP.## Dev Installation
- install Toit
- download/clone this project
- open shell in project folder
- `pip install -e ./`
- then install kernelspec
- `janstoitkernel`
- or
- `jupyter kernelspec install --user janstoitkernel`## Uninstall
- `jupyter kernelspec uninstall janstoitkernel`
- `pip uninstall janstoitkernel`