A simple and robust jupyter kernel implementation of calc, because sometimes you just want to calculate.
- install calc from your distro's package manager or from here.
- get the kernel module via pip
pip install janscalckernel
- then install kernelspec
janscalckernel
- download/clone this project
- open shell in project folder
pip install -e ./
jupyter kernelspec install --user janscalckernel
jupyter kernelspec uninstall janscalckernel
pip uninstall janscalckernel