Testing Julia Weave with the Rust Blog

Testing Julia

First we can load some julia packages:

using Plots
using Distributions
2+2
4

The we can use them:

mydist = Normal(10,1)
plot(rand(mydist, 1000))


Citation

BibTex citation:

@online{dewitt2024
author = {Michael E. DeWitt},
title = {Testing Julia Weave with the Rust Blog},
date = 2024-01-09,
url = {https://michaeldewittjr.com/articles/testing-rust-julia-blog},
langid = {en}
}

For attribution, please cite this work as:

Michael E. DeWitt. 2024. "Testing Julia Weave with the Rust Blog." January 9, 2024. https://michaeldewittjr.com/articles/testing-rust-julia-blog