Perl 6 Kernel for Jupyter/iPython notebooks
Posted YoungForPerl6
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Perl 6 Kernel for Jupyter/iPython notebooks相关的知识,希望对你有一定的参考价值。
首先确保你安装了最新的 Rakudo, 还有模块管理工具 zef。
准备
brew install zmq # on OS/X apt-get install libzmq-dev # on Ubuntu pip install jupyter zef install Jupyter::Kernel
会在如下目录生成 jupyter-kernel.p6:
$HOME/.rakudobrew/moar-nom/install/share/perl6/site/bin
把这个 bin 目录添加到 PATH 变量中:
source ~/.bashrc # or source ~/.profile
配置:
jupyter-kernel.p6 --generate-config
运行:
jupyter-notebook # 然后选择 new -> perl6
如果出错, 可能是因为 PATH 中没有添加环境变量。
结果如下:
以上是关于Perl 6 Kernel for Jupyter/iPython notebooks的主要内容,如果未能解决你的问题,请参考以下文章