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

This notebook was generated using Literate.jl.
With a Jupyter notebook.
using Plots
using Random
Random.seed!(2022)
Random.TaskLocalRNG()
plot(rand(1:6, 5))
This notebook was generated using Literate.jl.