ob-julia icon indicating copy to clipboard operation
ob-julia copied to clipboard

Org Mode babel support for Julia

Results 4 ob-julia issues
Sort by recently updated
recently updated
newest added

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 - [ ]...

formatting
results
Pkg

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...

formatting
Base
triage

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...

low-priority