XM_40017/README.md
2023-07-31 17:21:26 +02:00

12 lines
541 B
Markdown

# XM_40017
Jupyter notebook scripts for the course Programming Large-Scale Parallel Systems (XM_40017) at Vrije Universiteit Amsterdam.
- [**Go to webpage**](https://fverdugo.github.io/XM_40017/dev)
## Run webpage locally
In XM_40017 folder, call `using LiveServer; servedocs(skip_dir=joinpath("docs","src"))` in a Julia terminal.
> [!NOTE]
> With `skip_dir=joinpath("docs","src")`, changes to the notebooks or .md files are not automatically updated to the webpage anymore. To see the changes, you have to call `servedocs()` again.