Skip to content

ob-julia with Julia v1.0 does not work anymore #13

Description

@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

 (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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions