{"id":13993966,"url":"https://github.com/Dyalog/dyalog-jupyter-kernel","last_synced_at":"2025-07-22T18:32:45.449Z","repository":{"id":44326716,"uuid":"116981021","full_name":"Dyalog/dyalog-jupyter-kernel","owner":"Dyalog","description":"A Jupyter kernel for Dyalog APL","archived":false,"fork":false,"pushed_at":"2025-07-03T15:27:29.000Z","size":571,"stargazers_count":71,"open_issues_count":15,"forks_count":21,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-07-03T16:26:48.231Z","etag":null,"topics":["apl","dyalog","dyalog-apl","jupyter","jupyter-kernel","jupyter-kernels","kernel","notebook","notebooks"],"latest_commit_sha":null,"homepage":"https://dyalog.github.io/dyalog-jupyter-kernel/","language":"Python","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/Dyalog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-01-10T16:17:37.000Z","updated_at":"2025-06-05T15:29:41.000Z","dependencies_parsed_at":"2024-01-18T04:51:26.104Z","dependency_job_id":"e59a5312-14f3-46e0-b41c-197451fa2467","html_url":"https://github.com/Dyalog/dyalog-jupyter-kernel","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Dyalog/dyalog-jupyter-kernel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dyalog%2Fdyalog-jupyter-kernel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dyalog%2Fdyalog-jupyter-kernel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dyalog%2Fdyalog-jupyter-kernel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dyalog%2Fdyalog-jupyter-kernel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dyalog","download_url":"https://codeload.github.com/Dyalog/dyalog-jupyter-kernel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dyalog%2Fdyalog-jupyter-kernel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266552500,"owners_count":23947174,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["apl","dyalog","dyalog-apl","jupyter","jupyter-kernel","jupyter-kernels","kernel","notebook","notebooks"],"created_at":"2024-08-09T14:02:38.806Z","updated_at":"2025-07-22T18:32:45.015Z","avatar_url":"https://github.com/Dyalog.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Jupyter kernel for Dyalog APL\n\nThis is a [Jupyter](http://jupyter.org/) kernel for [Dyalog APL](https://www.dyalog.com/). The [wiki](https://github.com/Dyalog/dyalog-jupyter-kernel/wiki) has more details. \n\nFor complete installation instructions from scratch on Windows, see [WINDOWS.md](WINDOWS.md) in this repository.\n\nIf you're a kernel developer, see [DEVELOPMENT.md](DEVELOPMENT.md) in this repository.\n\n## Do you have any pre-made notebook documents?\n\nA collection of ready-made notebooks is available [here](https://github.com/Dyalog/dyalog-jupyter-notebooks).\n\n## Installation\n\n### Pre-requisites:\n\n- Python version 3.8 or later. Python can be installed in several ways. We recommend the standard download from https://www.python.org/downloads/. \n- Jupyter: see the [official documentation](https://jupyter.readthedocs.io/en/latest/install.html) for installation instructions.\n\n### Installing the Dyalog kernel\n\nThis kernel is installable via Python's package installer, [pip](https://pip.pypa.io/en/stable/). It comes bundled with Python, but does occasionally need updating. \n\nIn your terminal, run the follwing command:\n\n```sh\npip install dyalog-jupyter-kernel[==2.0.1]\n```\n\nAfter successfully installing the kernel module itself, you need to register it with your Jupyter installation, using the following terminal command:\n\n```sh\npython -m 'dyalog_kernel' install\n```\n\nYou should now be able to see the `dyalog_apl` kernel listed:\n```sh\njupyter kernelspec list\n\nAvailable kernels:\n  python3       C:\\Users\\stefa\\work\\Jupyter\\py312\\share\\jupyter\\kernels\\python3\n  dyalog_apl    C:\\Users\\stefa\\AppData\\Roaming\\jupyter\\kernels\\dyalog_apl\n```\n\nStart Jupyter:\n\n```sh\njupyter lab # or jupyter notebook\n```\nand you should now see Dyalog APL amongst your kernels. Click on the Dyalog APL icon.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDyalog%2Fdyalog-jupyter-kernel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDyalog%2Fdyalog-jupyter-kernel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDyalog%2Fdyalog-jupyter-kernel/lists"}