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
(format "%s = readcsv(\"%s\")" name file)
(format "%s = readcsv(\"%s\")"
name file))))
I take the opportunity to thank you for your ob-julia.el package I use everyday.
Best,
Vincent Picaud
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