GitXplorerGitXplorer
j

janshykernel

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
f661421dca2ca46d057b0f7ddb39466ea60b41a4

refactored shebang

jjans-code committed a year ago
Verified
e78f54a4174a379ff0a64f101a3c21a796cb9958

updated pyproject with jupyterlab 4 compatibility info

jjans-code committed 2 years ago
Verified
56ea235da18beefe55ea6cf3c8609ce24c6300ca

changed versioning

jjans-code committed 2 years ago
Verified
4755ded5a6c29c8c1298351dfa75319ba984ae7f

initial commit

jjans-code committed 2 years ago

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