Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 501 Bytes

File metadata and controls

25 lines (16 loc) · 501 Bytes

JuliaRecsysTutorials

Tutorials in pluto notebooks for the Persa.jl framework

Instructions

To run the notebooks locally, install Pluto:

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

launch it:

julia> using Pluto
julia> Pluto.run()

and open any notebook file in the notebooks directory.

Contributing

Contributions are very welcome, please submit a pull request or open an issue with an example that you feel is missing.