GitXplorerGitXplorer
j

jansbckernel

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
bec06aa10fb29035b208ff1382c60a12d70cd97f

got rid of pexpect

jjans-code committed a year ago
Verified
88c83a93994dfe12c1563f8088d485e163756752

bumped version

jjans-code committed a year ago
Verified
048ad4fcba276da24b66163e17f8cc3d24087c7d

fix: logo url in readme

jjans-code committed a year ago
Verified
819869325d14700c29dee84a54631f1b9934692b

bumped version

jjans-code committed a year ago
Verified
e910cf9e6dce904396b6d0d24c72ca7d95c2d854

changed banner to include bc version

jjans-code committed a year ago
Verified
0167ae27cb9b55c6ef9bdf3b856429130ed85d8f

cleanup and add jupyterlab 4 to compatible frameworks

jjans-code committed 2 years ago

README

The README file for this repository.

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