https://github.com/juliarecsys/juliarecsystutorials
Tutorials in pluto notebooks for the Persa.jl framework
https://github.com/juliarecsys/juliarecsystutorials
Last synced: 3 months ago
JSON representation
Tutorials in pluto notebooks for the Persa.jl framework
- Host: GitHub
- URL: https://github.com/juliarecsys/juliarecsystutorials
- Owner: JuliaRecsys
- Created: 2021-05-17T22:25:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-05T03:53:20.000Z (about 5 years ago)
- Last Synced: 2025-12-19T18:49:26.211Z (6 months ago)
- Language: Julia
- Size: 164 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.