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

https://github.com/gszep/tutorials

Teaching Resources
https://github.com/gszep/tutorials

Last synced: 27 days ago
JSON representation

Teaching Resources

Awesome Lists containing this project

README

        

# tutorials
Setup the local julia environment from shell
```shell
julia setup.jl
```
then run julia and
```julia
] activate .
using Pluto
Pluto.run()
```
and then navigate to the `.jl` files. Enjoy! <3