{"id":13442596,"url":"https://github.com/yitzchak/common-lisp-jupyter","last_synced_at":"2025-06-14T01:37:38.484Z","repository":{"id":40669552,"uuid":"169774185","full_name":"yitzchak/common-lisp-jupyter","owner":"yitzchak","description":"A Common Lisp kernel for Jupyter along with a library for building Jupyter kernels.","archived":false,"fork":false,"pushed_at":"2025-01-27T13:59:34.000Z","size":4683,"stargazers_count":230,"open_issues_count":14,"forks_count":26,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-05-23T23:03:02.343Z","etag":null,"topics":["common-lisp","jupyter","jupyter-kernels","trivial-system-manager"],"latest_commit_sha":null,"homepage":"https://yitzchak.github.io/common-lisp-jupyter","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yitzchak.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"yitzchak"}},"created_at":"2019-02-08T17:39:38.000Z","updated_at":"2025-04-24T13:10:40.000Z","dependencies_parsed_at":"2024-02-05T00:27:50.543Z","dependency_job_id":"2fe72bad-1f46-4a63-87b3-78038ed89ae8","html_url":"https://github.com/yitzchak/common-lisp-jupyter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yitzchak/common-lisp-jupyter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yitzchak%2Fcommon-lisp-jupyter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yitzchak%2Fcommon-lisp-jupyter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yitzchak%2Fcommon-lisp-jupyter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yitzchak%2Fcommon-lisp-jupyter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yitzchak","download_url":"https://codeload.github.com/yitzchak/common-lisp-jupyter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yitzchak%2Fcommon-lisp-jupyter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259746094,"owners_count":22905211,"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":["common-lisp","jupyter","jupyter-kernels","trivial-system-manager"],"created_at":"2024-07-31T03:01:47.782Z","updated_at":"2025-06-14T01:37:38.441Z","avatar_url":"https://github.com/yitzchak.png","language":"Common Lisp","funding_links":["https://github.com/sponsors/yitzchak"],"categories":["Common Lisp","Notebooks ##"],"sub_categories":["Third-party APIs"],"readme":"# common-lisp-jupyter\r\n\r\n[![Binder][mybinder-badge]][mybinder]\r\n[![Build Status][ci-badge]][ci]\r\n\r\nA Common Lisp kernel for Jupyter along with a library for building Jupyter\r\nkernels, based on [Maxima-Jupyter][] by Robert Dodier which was based on\r\n[cl-jupyter][] by Frederic Peschanski.\r\n\r\nInstallation instructions can be found in the `docs` directory or at \r\n[install][].\r\n\r\n## Features\r\n\r\n- Code inspection, code completeness checking, and code completion.\r\n\r\n- JupyterLab debugger support\r\n\r\n- Markdown, PDF and other MIME rendering\r\n\r\n- Automatic detection of MIME types for files\r\n\r\n- Emulation of a Lisp REPL including setting of the REPL variables `-`, `+`, \r\n  `++`, `+++`, `*`, `**`, `***`, `/`, `//` and `///`\r\n\r\n- Lisp interface to core IPython widgets is included in the `jupyter-widgets`\r\n  package. Additional widgets are available in [cytoscape-clj][], [kekule-clj][],\r\n  [ngl-clj][], and [sheet-clj][]\r\n\r\n\r\n### Completion of functions/macros\r\n\r\nAutocompletion of function and macro names is available via the tab key.\r\n\r\n![](docs/assets/complete-function.gif)\r\n\r\n### Symbol completion\r\n\r\nAutocompletion of symbols is also available via the tab key. The symbol type is \r\ndisplayed in the dropdown list.\r\n\r\n![](docs/assets/complete-symbol.gif)\r\n\r\n### Indentation\r\n\r\nPressing tab while the carat is on a parenthesis while result in all forms in \r\nthe cell being auto-indented.\r\n\r\n![](docs/assets/indent.gif)\r\n\r\n### Inspection\r\n\r\nPressing shift-tab while the carat is on a symbol will show context sensitive\r\nhelp.\r\n\r\n![](docs/assets/inspect.gif)\r\n\r\n## Examples\r\n\r\n- [about.ipynb][] — Simple examples including displaying images.\r\n- [widgets.ipynb][] — Basic widget examples.\r\n- [julia.ipynb][] — A Julia set explorer.\r\n\r\n\u003c!--refs--\u003e\r\n\r\n[about.ipynb]: http://nbviewer.jupyter.org/github/yitzchak/common-lisp-jupyter/blob/master/examples/about.ipynb\r\n[ci-badge]: https://github.com/yitzchak/common-lisp-jupyter/workflows/ci/badge.svg\r\n[ci]: https://github.com/yitzchak/common-lisp-jupyter/actions/\r\n[cl-jupyter]: https://github.com/fredokun/cl-jupyter/\r\n[install]: https://yitzchak.github.io/common-lisp-jupyter/install\r\n[cytoscape-clj]: https://github.com/yitzchak/cytoscape-clj\r\n[julia.ipynb]: http://nbviewer.jupyter.org/github/yitzchak/common-lisp-jupyter/blob/master/examples/julia.ipynb\r\n[Jupyter]: https://jupyter.org/\r\n[kekule-clj]: https://github.com/yitzchak/kekule-clj\r\n[Maxima-Jupyter]: https://github.com/robert-dodier/maxima-jupyter/\r\n[mybinder-badge]: https://mybinder.org/badge_logo.svg\r\n[mybinder]: https://mybinder.org/v2/gh/yitzchak/common-lisp-jupyter/master?urlpath=lab\r\n[nbviewer]: http://nbviewer.jupyter.org\r\n[ngl-clj]: https://github.com/yitzchak/ngl-clj\r\n[sheet-clj]: https://github.com/yitzchak/sheet-clj\r\n[widgets.ipynb]: http://nbviewer.jupyter.org/github/yitzchak/common-lisp-jupyter/blob/master/examples/widgets.ipynb\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyitzchak%2Fcommon-lisp-jupyter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyitzchak%2Fcommon-lisp-jupyter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyitzchak%2Fcommon-lisp-jupyter/lists"}