fnaghetini / DataScience

Julia for Data Science course (JuliaAcademy) with Pluto.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Julia for Data Science

Julia for Data Science course from JuliaAcademy by Dr. Huda Nassar. We will use Pluto.jl, a simple reactive notebook environment for Julia.

Check here the original GitHub repository.

Instructions

To run the notebook locally, install Pluto:

julia> using Pkg
julia> Pkg.add("Pluto")

Launch it:

julia> using Pluto
julia> Pluto.run()

About

Julia for Data Science course (JuliaAcademy) with Pluto.

License:MIT License


Languages

Language:Julia 100.0%