A very simple and dirty jupyter kernel for GNU bc. This kernel is a work in progress, so far variables and functions do not carry over to later cells.
- install bc from your distro's package manager
- download/clone this project
- open shell in project folder and install dev build
pip install -e ./
- then install kernelspec
jansbckernel
- or
jupyter kernelspec install --user jansbckernel
jupyter kernelspec uninstall jansbckernel
pip uninstall jansbckernel