Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A Jupyter kernel for Dyalog APL

License

NotificationsYou must be signed in to change notification settings

Dyalog/dyalog-jupyter-kernel

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.

Do you have any pre-made notebook documents?

A collection of ready-made notebooks is availablehere.

Installation

Pre-requisites:

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 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 notebook

and you should now see Dyalog APL amongst your kernels. Click on the Dyalog APL icon.

Packages

No packages published

Contributors12


[8]ページ先頭

©2009-2025 Movatter.jp