jans-code / jansbckernel

A very rough bc kernel for Jupyter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jansbckernel

alt

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.

Dev Installation

  • 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

Uninstall

  • jupyter kernelspec uninstall jansbckernel
  • pip uninstall jansbckernel

About

A very rough bc kernel for Jupyter.

License:MIT License


Languages

Language:Python 84.8%Language:Jupyter Notebook 15.2%