An open API service indexing awesome lists of open source software.

https://github.com/juliarecsys/juliarecsystutorials

Tutorials in pluto notebooks for the Persa.jl framework
https://github.com/juliarecsys/juliarecsystutorials

Last synced: 2 months ago
JSON representation

Tutorials in pluto notebooks for the Persa.jl framework

Awesome Lists containing this project

README

        

# JuliaRecsysTutorials

Tutorials in pluto notebooks for the [Persa.jl](https://github.com/JuliaRecsys/Persa.jl) framework

# Instructions

To run the notebooks locally, install Pluto:

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

launch it:

```julia
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.