Jupyter PythonPlot.jl

import PythonPlot as plt
using Random
Random.seed!(2022)
┌ Info: CondaPkg: Waiting for lock to be freed. You may delete this file if no other process is resolving.
└   lock_file = "/home/runner/work/template-quarto-julia/template-quarto-julia/.CondaPkg/lock"
Random.TaskLocalRNG()
plt.plot(1:5, rand(1:6, 5))
plt.gcf()


This notebook was generated using Literate.jl.

Back to top