Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`