ob-julia
ob-julia copied to clipboard
At the REPL: ``` julia> run(`echo a`) a ``` There's no problem. But in emacs... ``` #+BEGIN_SRC julia run(`echo a`) #+END_SRC ``` Gives: ``` ERROR: MethodError: no method matching start(::Void)...
Is it possible to get ob-julia working with julia-repl instead of ESS?
Hi, It would be easier to install and configure package without needing to clone it, if it was in MELPA. Thanks,
Hello and thanks for contributing ob-julia.el. ob-julia is using writecsv() to export data for importing into the org buffer. This works quiet well for most of the results. When working...
Thank for your great work! I've just noticed, without inserting `using Cairo` at "Plotting with Winston" source code block, `setattr(p, "xlabel", L"\Sigma x^2_i")` `setattr(p, "ylabel", L"\Theta_i")` will be error. Thanks.