Skip to content

cess11/jolada

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

jolada

I would like to learn more about Julia.

Writing some convenience functions and plotting helpers for the Kolada API seems like an interesting first project.

Currently the dependencies are Julia itself: $ pacman -S julia or $ apt install julia or equivalent.

And also the HTTP, JSON and Plots libraries:

$ julia
*snip*
julia> using Pkg
julia> Pkg.add("HTTP")
*snip*
julia> Pkg.add("JSON")
*snip*
julia> Pkg.add("Plots")
*snip*
julia> include("Jolada.jl")

More information about Kolada here: https://github.com/Hypergene/kolada

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages