Plotting with PythonPlot.jl# With a Jupyter notebook. using Plots using Random Random.seed!(2022) TaskLocalRNG() plot(rand(1:6, 5))