Closed
Description
When using pyJulia if I need to write a function for julia I can write it as a string and pass it to Main.eval(). When I take a similar approach using juliaCall it simply returns a string instead of a julia function. Is there some module or command that I am missing or is this conversion not supported?
As a side note when I attempt to load a custom module using "import juliacall; jl = juliacall.newmodule('newMod')" nothing loads. I tested it using julia native modes and it loaded just fine. Are custom modules not supported?
Metadata
Metadata
Assignees
Labels
No labels