Installation method 1 does not work for me under OS X:
$ ./configure-jupyter.wls add /Applications/Mathematica.app/Contents/MacOS/WolframKernel
configure-jupyter.wls: WolframLanguageForJupyter paclet source not detected. Are you running the script in the root project directory?
Reason: The script uses $InputName to compute the project home directory. $InputName results in the empty string when invoked via WolframScript. I fixed the problem by changing line 17 in configure-jupyter.wls to:
Installation method 1 does not work for me under OS X:
Reason: The script uses
$InputName
to compute the project home directory.$InputName
results in the empty string when invoked via WolframScript. I fixed the problem by changing line 17 inconfigure-jupyter.wls
to: