How to run the code:
- Install juliaup
- Install Julia 1.10 LTS via juliaup
- Clone this repository
- Open it on VSCode with the Julia extension installed
- Run
] activate .
on the Julia console. You'll see the REPL change to(TDAfly) pkg>
- Run
] precompile
on the Julia console. It'll install all dependencies - Try some code! For example, "using/preprocessing.jl" has some useful functions
How to edit the article:
- Read the general instructions here
- Install the Quarto extension for VSCode
- open
article.qmd
and edit as you wish! It uses Markdown to format text. You can read more at the Quarto website