WolframResearch / WolframLanguageForJupyter

Wolfram Language kernel for Jupyter notebooks
MIT License
1.05k stars 126 forks source link

/WolframKernel: No such file or directory #96

Closed stephenhky closed 4 years ago

stephenhky commented 4 years ago

I am trying to using Wolfram Engine on Jupyter Notebook. I already have Anaconda, and my Jupyter is working well with Python and Julia right now. I installed Wolfram Engine, and I activated it with my license. It is running too. However, somehow my wolframscript does not work, but from the REAME here, it is not necessary. I cloned this repository, and when I enter ./configure-jupyter.wls add, it said:

sh: /WolframKernel: No such file or directory

and then it freezes. Is there anyway to fix it?

I am using macOS Catalina.

jstin commented 4 years ago

I ran into the same issue. As a quick workaround you can try running (assuming your install directory matches):

/Applications/Wolfram\ Engine.app/Contents/Resources/Wolfram\ Player.app/Contents/MacOS/wolframscript ./configure-jupyter.wls add
stephenhky commented 4 years ago

THanks! It works! It looks like having the symbolic link elsewhere would cause the error message.