I tried to plot something in VSCode:
using Plots
plot(x->x)
However, no plot is displayed and I get a printed message:
sys:1: UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.
Running the same code in a normal REPL work. Running it from the VSCode REPL work. But running it from inline like this does not work:
Julai version 1.9.2, Plots version 1.9.25, Linux version 22.04