Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

import PythonPlot as plt
using Random
Random.seed!(2022)
    CondaPkg Found dependencies: /home/runner/.julia/packages/CondaPkg/8GjrP/CondaPkg.toml
    CondaPkg Found dependencies: /home/runner/.julia/packages/PythonCall/83z4q/CondaPkg.toml
    CondaPkg Found dependencies: /home/runner/.julia/packages/PythonPlot/oS8x4/CondaPkg.toml
    CondaPkg Initialising pixi
             │ /home/runner/.julia/artifacts/cefba4912c2b400756d043a2563ef77a0088866b/bin/pixi
             │ init
             │ --format pixi
             └ /home/runner/work/template-juliabook/template-juliabook/.CondaPkg
✔ Created /home/runner/work/template-juliabook/template-juliabook/.CondaPkg/pixi.toml
    CondaPkg Wrote /home/runner/work/template-juliabook/template-juliabook/.CondaPkg/pixi.toml
             │ [dependencies]
             │ openssl = ">=3, <3.6"
             │ libstdcxx = ">=3.4,<15.0"
             │ libstdcxx-ng = ">=3.4,<15.0"
             │ matplotlib = ">=1"
             │ 
             │     [dependencies.python]
             │     channel = "conda-forge"
             │     build = "*cp*"
             │     version = ">=3.10,!=3.14.0,!=3.14.1,<4"
             │ 
             │ [project]
             │ name = ".CondaPkg"
             │ platforms = ["linux-64"]
             │ channels = ["conda-forge"]
             │ channel-priority = "strict"
             └ description = "automatically generated by CondaPkg.jl"
    CondaPkg Installing packages
             │ /home/runner/.julia/artifacts/cefba4912c2b400756d043a2563ef77a0088866b/bin/pixi
             │ install
             └ --manifest-path /home/runner/work/template-juliabook/template-juliabook/.CondaPkg/pixi.toml
✔ The default environment has been installed.
Random.TaskLocalRNG()
plt.figure()
plt.plot(1:5, rand(1:6, 5))
plt.gcf()
PythonPlot.Figure(<py Figure size 640x480 with 1 Axes>)

Runtime information

import Pkg
Pkg.status()
Status `~/work/template-juliabook/template-juliabook/Project.toml`
  [682c06a0] JSON v1.5.0
  [98b081ad] Literate v2.21.0
  [1862ce21] MarkdownTables v1.1.0
  [91a5bcdd] Plots v1.41.6
  [274fc56d] PythonPlot v1.0.6
  [ec0733a6] Startup v0.1.0 `Startup`
  [bd369af6] Tables v1.12.1
  [ea8e919c] SHA v0.7.0
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 7763 64-Core Processor
  WORD_SIZE: 64
  LLVM: libLLVM-18.1.7 (ORCJIT, znver3)
  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/template-juliabook/template-juliabook/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
  JULIA_PYTHONCALL_EXE = /home/runner/work/template-juliabook/template-juliabook/.CondaPkg/.pixi/envs/default/bin/python

This notebook was generated using Literate.jl.