Julia programming

Fedora Scientific includes the Julia language. The official documentation is a good place to start looking into Julia. There are a number of other resources listed on the learning page.

The community page lists the various mailing lists.

Julia development in Jupyter

Using IJulia.jl, you can program in Julia in Jupyter notebooks. Here is how you can install IJulia:

Once that completes, run the following:

$ julia
> using IJulia
> notebook()

In addition, if you are curious, you can look into using Juno for Julia programming.