Plot WIndow Does Not Show Up for Fresh Install Julia-1.9.2 with Plots

I have installed Julia-1.9.2 and just add one package Plots

try this simple code:

using Plots
gr()

f(x) = exp(x)

plot(f)

Capture d’écran_2023-07-19_14-54-07

the plot window / GUI window is not showing. How to fix this?