Runtime environment¶
import 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 (x86_64-linux-gnu)
CPU: 4 × AMD EPYC 9V74 80-Core Processor
WORD_SIZE: 64
LLVM: libLLVM-18.1.7 (ORCJIT, znver4)
GC: Built with stock GC
Threads: 2 default, 1 interactive, 2 GC (on 4 virtual cores)
Environment:
JULIA_CI = true
JULIA_PROJECT = /home/runner/work/jl-tips/jl-tips/Project.toml
JULIA_DEPOT_PATH = /home/runner/.julia:/opt/hostedtoolcache/julia/1.12.6/x64/local/share/julia:/opt/hostedtoolcache/julia/1.12.6/x64/share/julia
JULIA_NUM_THREADS = 2
JULIA_LOAD_PATH = @:@v#.#:@stdlib
JULIA_CPU_TARGET = generic;icelake-server,clone_all;znver3,clone_all
import Pkg
Pkg.status()Status `~/work/jl-tips/jl-tips/Project.toml`
[b0b7db55] ComponentArrays v0.15.37
[5a033b19] CurveFit v1.9.1
[0c46a032] DifferentialEquations v8.0.0
[0b91fe84] DisplayAs v0.1.6
[31c24e10] Distributions v0.25.125
[f6369f11] ForwardDiff v1.3.3
[682c06a0] JSON v1.5.2
[b964fa9f] LaTeXStrings v1.4.0
[98b081ad] Literate v2.21.0
[2fda8390] LsqFit v0.16.0
[1862ce21] MarkdownTables v1.1.0
[961ee093] ModelingToolkit v11.24.1
[77ba4419] NaNMath v1.1.3
[8913a72c] NonlinearSolve v4.19.0
[1dea7af3] OrdinaryDiffEq v7.0.0
[91a5bcdd] Plots v1.41.6
[6099a3de] PythonCall v0.9.31
[274fc56d] PythonPlot v1.0.6
[731186ca] RecursiveArrayTools v4.3.0
[ce78b400] SimpleUnPack v1.1.0
[276daf66] SpecialFunctions v2.7.2
[2913bbd2] StatsBase v0.34.10
[f3b207a7] StatsPlots v0.15.8
[0c5d862f] Symbolics v7.21.0
[bd369af6] Tables v1.12.1
[ade2ca70] Dates v1.11.0
[37e2e46d] LinearAlgebra v1.12.0
[9a3f8284] Random v1.11.0
[ea8e919c] SHA v0.7.0
This notebook was generated using Literate.jl.