PlotlyJS: Blink connection trouble on WSL2

I have had an epiphany and read the documentation ;):

Trying to run electron I found that some libraries are missing in Ubuntu 20.4 when installed as WSL2.
Doing

sudo apt install libnss3   
sudo apt-get install libxss1 

fixed the issue.