【发布时间】:2016-06-09 10:46:38
【问题描述】:
我按照https://github.com/root-mirror/cling#jupyter 上的说明在装有 Ubuntu 15.04 的笔记本电脑上构建了 Cling,因为我想为 Jupyter 使用 Cling 内核。我安装了 Jupyter,我检查了 Cling 是否在我的 PATH 中,但是当我输入命令时
jupyter kernelspec install cling
我得到以下信息
OSError: [Errno 2] No such file or directory: 'cling'
有人知道发生了什么吗?
【问题讨论】: