import PythonPlot as plt
using Random
Random.seed!(2022)Random.TaskLocalRNG()plt.plot(1:5, rand(1:6, 5))
plt.gcf()
import InteractiveUtils
InteractiveUtils.versioninfo()Julia Version 1.13.0
Commit d1c37793dd2 (2026-09-09 19:00 UTC)
Build Info:
Official https://julialang.org release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 4 × AMD EPYC 7763 64-Core Processor
WORD_SIZE: 64
LLVM: libLLVM-20.1.8 (ORCJIT, znver3)
GC: Built with stock GC
Threads: 2 default, 1 interactive, 2 GC (on 4 virtual cores)
Environment:
JULIA_CONDAPKG_OFFLINE = true
JULIA_CONDAPKG_BACKEND = Null
JULIA_DEPOT_PATH = /home/runner/.julia:/opt/hostedtoolcache/julia/1.13.0/x64/local/share/julia:/opt/hostedtoolcache/julia/1.13.0/x64/share/julia
JULIA_NUM_THREADS = 2
JULIA_CI = true
LD_LIBRARY_PATH = /opt/hostedtoolcache/Python/3.14.7/x64/lib
JULIA_LOAD_PATH = @:@v#.#:@stdlib
JULIA_CPU_TARGET = generic;sandybridge,-xsaveopt,clone_all;haswell,-rdrnd,base(1)
JULIA_PROJECT = /home/runner/work/template-juliabook/template-juliabook/Project.toml
JULIA_PYTHONCALL_EXE = /opt/hostedtoolcache/Python/3.14.7/x64/bin/python
import Pkg
Pkg.status()Status `~/work/template-juliabook/template-juliabook/Project.toml`
[682c06a0] JSON v1.8.0
[98b081ad] Literate v2.21.0
[1862ce21] MarkdownTables v1.1.0
[91a5bcdd] Plots v1.41.7
[274fc56d] PythonPlot v1.0.8
[ec0733a6] Startup v0.1.0 `Startup`
[bd369af6] Tables v1.14.0
[ea8e919c] SHA v1.0.0
This notebook was generated using Literate.jl.