Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sefffal/julianotes


https://github.com/sefffal/julianotes

Last synced: about 2 months ago
JSON representation

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)