Jupyter 配置 Mathematica Engine
从官方网站下载 Mathematica Engine 对应系统版本,安装,安装完之后首次需要执行 wolframscript
来激活 Manthematica Engine。
因为我之前安装过老版本,直接执行 wolframscript
会报错:
The product exited during an activation attempt because an error occurred.
这时直接执行对应安装目录下的 script:
/Applications/Wolfram\ Engine.app/Contents/Resources/Wolfram\ Player.app/Contents/MacOS/wolframscript
如果有如下输出就说明激活成功:
Wolfram Engine activated. See https://www.wolfram.com/wolframscript/ for more information.
Wolfram Language 12.2.0 Engine for Mac OS X x86 (64-bit)
Copyright 1988-2021 Wolfram Research, Inc.
In[2]:= Exit[]
通过 conda 安装 jupyter ,clone mathematica for jupyter 项目:
git clone https://github.com/WolframResearch/WolframLanguageForJupyter.git
进入到目录里面,执行:
/Applications/Wolfram\ Engine.app/Contents/Resources/Wolfram\ Player.app/Contents/MacOS/wolframscript ./configure-jupyter.wls add
这与官方的安装有点出入,主要是 12.x 版本修改了 wolframscript 的目录,和多版本安装会出现的问题,这个 Bug 不知道官方修复没有。
延伸阅读:
暂无内容!
评论列表 (0条):
加载更多评论 Loading...