Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jans-code/jansbrainfuckkernel

A jupyter brainfuck kernel.
https://github.com/jans-code/jansbrainfuckkernel

brainfuck jupyter

Last synced: 4 days ago
JSON representation

A jupyter brainfuck kernel.

Awesome Lists containing this project

README

        

# jansbrainfuckkernel

![Logo](https://raw.githubusercontent.com/jans-code/jansbrainfuckkernel/main/jansbrainfuckkernel/logo-svg.svg)

A jupyter kernel implementation of [brainfuck](https://github.com/benjamin-james/brainfuck).

## Installation

- `pip install jansbrainfuckkernel`
- to register the kernel with jupyter `jansbrainfuckkernel`

## Dev Installation

- download/clone this project
- open shell in project folder
- `pip install -e ./`
- then install kernelspec
- `jansbrainfuckkernel`
- or
- `jupyter kernelspec install --user jansbrainfuckkernel`

## Uninstall

- `jupyter kernelspec uninstall jansbrainfuckkernel`
- `pip uninstall jansbrainfuckkernel`