jans-code / janscalckernel

A robust calc kernel for Jupyter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A robust calc kernel for Jupyter.

License:MIT License


Languages

Language:Python 91.5%Language:Jupyter Notebook 8.5%