Notebook execution can't pop up html in browser

Start : This command cannot be run due to the error: The system cannot find the file specified.
At line:1 char:1

  • Start “file:///tmp/tmps538a8xy.html”
  •   + CategoryInfo          : InvalidOperation: (:) [Start-Process], InvalidOperationException
      + FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand
1 Like

I am using great expectations in WSL2 (Windows Subsystem for linux2) on Windows 10. I am running all the commands inside my ubuntu

Start : This command cannot be run due to the error: The system cannot find the file specified.
At line:1 char:1
+ Start "file:///tmp/tmpr85xfhth.html"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Start-Process], InvalidOperationException
    + FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand

This happens when I create a new datasource or a new suite. I have only tried these two so far.