GitXplorerGitXplorer
j

janshykernel

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.

No commits found

There are no commits on branch main.

README

The README file for this repository.

janshykernel

Logo

A ipython repl wrapper jupyter kernel implementation of Hy. Commands must be completed in a cell or the kernel will throw an error.

Installation

  • install Hy
  • download/clone this project
  • open shell in project folder
  • pip install -e ./
  • jupyter kernelspec install --user janshykernel

Uninstall

  • jupyter kernelspec uninstall janshykernel
  • pip uninstall janshykernel