To use Plotly, you can do:
using Plots
plotly()
x = -6:0.2:9
f(x) = x^3
y = f.(x)
plot(x,y, label="line")
but honestly, I often have problem with blocked JavaScripts, so I’d recommend fixing your GR installation and using that instead
Unless you really want interactive plots…