Closed freemin7 closed 4 years ago
@freemin7,
(I apologize for the delay.)
I do not think "Julia"
was a known system in the ExternalEvaluate Framework in version 12.
Note that https://reference.wolfram.com/language/ref/externalevaluationsystem/Julia.html presumably states that Julia support is "new in 12.1."
Thanks ... you are right. Sorry.
I installed the latest version of Wolfram Engine today and set up Notebook support. The notebook works fine but certain features of the Wolfram language are not available.
$VersionNumber
yields 12.This means ZMQ and JSON are installed.
However
ExternalEvaluate["Julia", "Dict(\"one\" => 1, \"two\" => 2, \"three\" \ => 3)"]
session = StartExternalSession["Julia"]
FindExternalEvaluators["Julia"]
All fail with the error:`1` is not a known system in the ExternalEvaluate Framework.: Julia is not a known system in the ExternalEvaluate Framework.
This feature is meant to be available on version 12 as by https://reference.wolfram.com/language/ref/ExternalEvaluate.html
Any ideas?