ob-julia
ob-julia copied to clipboard
Org Mode babel support for Julia
Tangling a Julia src code block always prepends a semi-colon before the code. This is an artefact of handling variable settings for the src block and fails when no variables...
This is a stub issue to represent the lack of plot support. There currently exists basic support for the following backends: - [x] Plots - [x] Gadfly - [ ]...
What can I say, it's a bit weird at the moment. ```org #+begin_src julia Dict([("A", 1), ("B", 2), ("C", 3)]) #+end_src #+RESULTS: | B | A => 1 | C...
We can thing of a generic way to limit the output lines with an optional parameter (e.g., `#+begin_src julia :limit 200`) along with a defcustom variable if the output slows...