Using a function in PyJulia

I would take the time to learn Julia properly because these scripts aren’t ideal. The import in Julia doesn’t bring the function names such as pqrfact into scope, which is available inside LowRankApprox I am assuming. Are you sure your script works in Julia?

Also, you don’t Pkg.add("LowRankApprox") every time you run a script. This is a command that you run once when setting up the environment.

Please take the time to read the Julia documentation if you plan to use Julia more often in your work.

1 Like