janscalckernel

A jupyter calc kernel.


License
MIT
Install
pip install janscalckernel==1.1.0

Documentation

janscalckernel

Logo

A simple and robust jupyter kernel implementation of calc, because sometimes you just want to calculate.

Installation

  • install calc from your distro's package manager or from here.
  • get the kernel module via pip
  • pip install janscalckernel
  • then install kernelspec
  • janscalckernel

Dev Installation

  • download/clone this project
  • open shell in project folder
  • pip install -e ./
  • jupyter kernelspec install --user janscalckernel

Uninstall

  • jupyter kernelspec uninstall janscalckernel
  • pip uninstall janscalckernel