Skip to content

cemracs2022/julia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Julia language

Binder

CEMRACS 2022 July, 28th Marseille France.

Link to slides.

To install Julia go to http://julialang.org/downloads/.

To open the notebooks and run them locally:

git clone https://github.com/cemracs2022/julia
cd julia
julia --project
julia> using Pkg
julia> Pkg.instantiate()
julia> include("generate_nb.jl")
julia> using IJulia
julia> notebook(dir=joinpath(pwd(),"notebooks"))
[ Info: running ...

About

Introduction to Julia language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published