Plots with PlotlyJS error

As indicated in the error message, you should add the package to your environment, but then just load it indirectly via:
using Plots; plotlyjs()

Check also this section of the manual for more details.

1 Like