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))

Reuse
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/blog/2024-01-09-testing-julia-weave-with-the-rust-blog/},
langid = {en}
}
For attribution, please cite this work as:
Michael E. DeWitt. January 9, 2024. "Testing Julia Weave with the Rust Blog". https://michaeldewittjr.com/blog/2024-01-09-testing-julia-weave-with-the-rust-blog/.