You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Julia V1.0 the readcsv, writecsv functions do not exist anymore. By consequence, as explained here, ob-julia.el does not work anymore with Julia v1.0
This breaks building several Julia packages for me. As a workaround-workaround, I moved it to ~/.julia/config/startup-babel.jl. Then I customized Ess Julia's Inferior Julia Args variable to
In Julia V1.0 the readcsv, writecsv functions do not exist anymore. By consequence, as explained here, ob-julia.el does not work anymore with Julia v1.0
I guess that you will have to modify:
(defvar org-babel-julia-write-object-command "writecsv(\"%s\",%s)")
and
I take the opportunity to thank you for your ob-julia.el package I use everyday.
Best,
Vincent Picaud
The text was updated successfully, but these errors were encountered: