Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sefffal/julianotes
https://github.com/sefffal/julianotes
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sefffal/julianotes
- Owner: sefffal
- Created: 2022-02-14T16:57:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T16:38:25.000Z (9 months ago)
- Last Synced: 2024-10-13T18:10:06.147Z (3 months ago)
- Language: Julia
- Size: 22.7 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intro to Julia
William Thompson --- 2024-04-25
## Topics
- Speed
- Syntax
- Autodiff
- Data
- Plotting
- Modelling with Turing
- Using python packages## Getting started
* Install Julia via `JuliaUp`: [julialang.org/downloads/](https://julialang.org/downloads/)
* Start Julia: run command `julia --threads=auto`
* Start pluto notebooks: `using Pluto; Pluto.run()`
* Paste URL to this notebook: [https://github.com/sefffal/JuliaNotes/raw/master/julia-workshop.jl](https://github.com/sefffal/JuliaNotes/raw/master/julia-workshop.jl)