Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jans-code/jansbrainfuckkernel
- Owner: jans-code
- License: mit
- Created: 2023-03-19T09:07:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T13:16:07.000Z (5 months ago)
- Last Synced: 2025-01-14T21:11:31.662Z (23 days ago)
- Topics: brainfuck, jupyter
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`