GitXplorerGitXplorer
j

janslolcodekernel

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
c208f39af5708399a30f79b1fb9e6585ed6e4a93

fix: borked shebang

jjans-code committed 9 months ago
Verified
a7f0da22fc3d38f7411684eb2cd421d16e8b2c29

changed heads

jjans-code committed a year ago
Verified
b7afd2ad2706e45e3e3714a3e1d09d8e3f6bac9b

added jupyterlab 4 target

jjans-code committed 2 years ago
Verified
60b4c0077df4b1f1023ffcdfeea16a26711b4a42

changed versioning & fixed cleanup

jjans-code committed 2 years ago
Verified
8fc3f555c2e794743470014d7d61a73da6958892

initial commit

jjans-code committed 2 years ago

README

The README file for this repository.

janslolcodekernel

Logo

A jupyter kernel implementation of LOLCODE.

Dev Installation

  • install lci (make sure you can run lci from the commandline)
  • download/clone this project
  • open shell in project folder
  • pip install -e ./
  • then install kernelspec
  • janslolcodekernel
  • or
  • jupyter kernelspec install --user janslolcodekernel

Uninstall

  • jupyter kernelspec uninstall janslolcodekernel
  • pip uninstall janslolcodekernel