With Jupyter notebook.
using Plots
using Random
Plots.default(fmt=:png)
Random.seed!(2024)Random.TaskLocalRNG()plot(1:5, rand(1:6, 5))
Runtime information¶
using InteractiveUtils
InteractiveUtils.versioninfo()Julia Version 1.12.6
Commit 15346901f00 (2026-04-09 19:20 UTC)
Build Info:
Official https://julialang.org release
Platform Info:
OS: Linux (aarch64-linux-gnu)
CPU: 4 × unknown
WORD_SIZE: 64
LLVM: libLLVM-18.1.7 (ORCJIT, neoverse-n2)
GC: Built with stock GC
Threads: 4 default, 1 interactive, 4 GC (on 4 virtual cores)
Environment:
JULIA_CI = true
JULIA_NUM_THREADS = auto
import Pkg
Pkg.status()Status `~/work/template-juliabook-matrix/template-juliabook-matrix/Project.toml`
[682c06a0] JSON v1.6.1
[98b081ad] Literate v2.21.0
[1862ce21] MarkdownTables v1.1.0
[91a5bcdd] Plots v1.41.6
[274fc56d] PythonPlot v1.0.6
[e80f4348] Startup v0.1.0 `Startup`
[bd369af6] Tables v1.12.1
[ea8e919c] SHA v0.7.0
This notebook was generated using Literate.jl.