Skip to content

jans-code/janscalckernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published