- Notifications
You must be signed in to change notification settings - Fork24
A Jupyter kernel for Dyalog APL
License
Dyalog/dyalog-jupyter-kernel
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This is aJupyter kernel forDyalog APL. Thewiki has more details.
For complete installation instructions from scratch on Windows, seeWINDOWS.md in this repository.
If you're a kernel developer, seeDEVELOPMENT.md in this repository.
A collection of ready-made notebooks is availablehere.
- Python version 3.8 or later. Python can be installed in several ways. We recommend the standard download fromhttps://www.python.org/downloads/.
- Jupyter: see theofficial documentation for installation instructions.
This kernel is installable via Python's package installer,pip. It comes bundled with Python, but does occasionally need updating.
In your terminal, run the follwing command:
pip install dyalog-jupyter-kernel[==2.0.1]After successfully installing the kernel module itself, you need to register it with your Jupyter installation, using the following terminal command:
python -m'dyalog_kernel' installYou should now be able to see thedyalog_apl kernel listed:
jupyter kernelspec listAvailable kernels: python3 C:\Users\stefa\work\Jupyter\py312\share\jupyter\kernels\python3 dyalog_apl C:\Users\stefa\AppData\Roaming\jupyter\kernels\dyalog_apl
Start Jupyter:
jupyter lab# or jupyter notebookand you should now see Dyalog APL amongst your kernels. Click on the Dyalog APL icon.
About
A Jupyter kernel for Dyalog APL
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors12
Uh oh!
There was an error while loading.Please reload this page.