https://github.com/gszep/tutorials
Teaching Resources
https://github.com/gszep/tutorials
Last synced: 27 days ago
JSON representation
Teaching Resources
- Host: GitHub
- URL: https://github.com/gszep/tutorials
- Owner: gszep
- Created: 2020-10-28T10:34:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-11T07:04:30.000Z (about 4 years ago)
- Last Synced: 2025-02-05T09:23:31.201Z (3 months ago)
- Language: Jupyter Notebook
- Size: 44.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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