Jupyter kernel for Dyalog APL
Project description
Jupyter kernel for Dyalog APL
This is a Jupyter kernel for Dyalog APL. The wiki has more details.
For complete installation instructions from scratch on Windows, see WINDOWS.md in this repository.
If you're a kernel developer, see DEVELOPMENT.md in this repository.
Do you have any pre-made notebook documents?
A collection of ready-made notebooks is available here.
Installation
Pre-requisites:
- Python version 3.8 or later. Python can be installed in several ways. We recommend the standard download from https://www.python.org/downloads/.
- Jupyter: see the official documentation for installation instructions.
Installing the Dyalog kernel
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' install
You should now be able to see the dyalog_apl
kernel listed:
jupyter kernelspec list
Available 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 notebook
and you should now see Dyalog APL amongst your kernels. Click on the Dyalog APL icon.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dyalog-jupyter-kernel-2.0.2.tar.gz
.
File metadata
- Download URL: dyalog-jupyter-kernel-2.0.2.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b745b008804dafde4dd186167eaec0f2790a620be77b1970e186e33ddac4f54 |
|
MD5 | caac93db17863befa63ceb691a2c526d |
|
BLAKE2b-256 | fa9fd7f85fb76afa83804a3337287b2aacaaf5adb84fb91d9ebe38d1ed66e14c |
File details
Details for the file dyalog_jupyter_kernel-2.0.2-py3-none-any.whl
.
File metadata
- Download URL: dyalog_jupyter_kernel-2.0.2-py3-none-any.whl
- Upload date:
- Size: 22.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d7ea52dc872351bbb244c4248f9b8304cc98f14bd5a2369773ef3111282737e |
|
MD5 | 5cdbbb01a390932765104dc40e36b288 |
|
BLAKE2b-256 | 6b9fc53f4f3e7ee86a130c866be5df86bf8e778f788f07a208e460b4d4e74bb0 |