This repository contains my Julia tutorials (aimed at students in finance and economics).
-
Most files are jupyter notebooks. Click one of them to see it online. If GitHub fails to render the notebook, then use nbviewer. Instructions: try to open the notebook at GitHub, copy the link and paste it in the address field of nbviewer.
-
To download this repository, use the Download (as zip) in the Github menu. Otherwise, clone it.
-
Tutorial_ChapterNumber_Topic.ipynb are (relatively) short notebooks organised around different topics.
-
The folder jlFiles contains .jl files with functions used in the notebooks.
-
The folder Data contains some data sets used in the notebooks, while the folder Results is for output.
-
The plots are in png format. If you want sharper plots, change
default(fmt = :png)
todefault(fmt = :svg)
in one of the top cells. -
The current version is tested on Julia 1.9/1.10.