{"id":18728171,"url":"https://github.com/calysto/calysto_hy","last_synced_at":"2025-04-30T07:06:07.369Z","repository":{"id":56678435,"uuid":"68704208","full_name":"Calysto/calysto_hy","owner":"Calysto","description":"Calysto Hy, a Jupyter kernel for Hy using MetaKernel","archived":false,"fork":false,"pushed_at":"2023-07-13T13:41:43.000Z","size":49,"stargazers_count":107,"open_issues_count":10,"forks_count":20,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-30T07:06:00.919Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Calysto.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-20T11:15:23.000Z","updated_at":"2025-02-27T16:38:10.000Z","dependencies_parsed_at":"2023-01-24T23:45:19.020Z","dependency_job_id":null,"html_url":"https://github.com/Calysto/calysto_hy","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Calysto%2Fcalysto_hy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Calysto%2Fcalysto_hy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Calysto%2Fcalysto_hy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Calysto%2Fcalysto_hy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Calysto","download_url":"https://codeload.github.com/Calysto/calysto_hy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251658201,"owners_count":21622819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T14:19:59.579Z","updated_at":"2025-04-30T07:06:07.332Z","avatar_url":"https://github.com/Calysto.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Calysto Hy\n\nCalysto Hy is a Hy kernel for Jupyter based on [Metakernel](https://github.com/Calysto/metakernel). [Hy is a language](https://github.com/hylang/hy) that converts Lisp-like syntax to Python semantics. \n\nThis kernel is based on [bollwyvl/hy_kernel/](https://github.com/bollwyvl/hy_kernel/) That kernel treats Hy as a Python preprocessor, and can therefore use the standard IPython tools. Calysto Hy treats Hy as a full language. Because of this, it uses the MetaKernel to gain magics, shell, parallel processing, etc.\n\n## Install\n\nIf you want to enjoy full code completion by [kaschalk/jedhy](https://github.com/ekaschalk/jedhy) you have\nuse bleeding edge and install hy master (\u003e 0.13.1), jedhy and toolz first because jedhy is using new hy syntax.\nOtherwise calysto_hy falls back to is normal completion.\n\n\n```shell\npip3 install git+https://github.com/ekaschalk/jedhy.git\npip3 install git+https://github.com/Calysto/calysto_hy.git\npython3 -m calysto_hy install\n```\n\nIf installing into the system, you may want to:\n\n```shell\nsudo pip3 install git+https://github.com/ekaschalk/jedhy.git\nsudo pip3 install git+https://github.com/Calysto/calysto_hy.git\nsudo python3 -m calysto_hy install\n```\n\nOr into your personal space:\n\n```shell\npip3 install git+https://github.com/ekaschalk/jedhy.git --user\npip3 install git+https://github.com/Calysto/calysto_hy.git --user\npython3 -m calysto_hy install --user\n```\n\nOr into a virtualenv, when it is already activated:\n\n```shell\npip3 install git+https://github.com/ekaschalk/jedhy.git\npip3 install git+https://github.com/Calysto/calysto_hy.git\npython3 -m calysto_hy install --sys-prefix\n```\n\n## Use\n\n```shell\njupyter console --kernel calysto_hy\n```\n\nYou can use Calysto Hy in Jupyter notebook by selecting the \"Calysto Hy\" kernel. See example [notebooks](https://github.com/Calysto/calysto_hy/tree/master/notebooks).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalysto%2Fcalysto_hy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalysto%2Fcalysto_hy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalysto%2Fcalysto_hy/lists"}