notebook icon indicating copy to clipboard operation
notebook copied to clipboard

When you run `jupter notebook`, seemingly spurious error is printed to stdout in Windows [Version 10.0.19042.844]+WSL2+Ubuntu 20.04

Open d8aninja opened this issue 3 years ago • 2 comments

Everything seems to be working fine, however after invoking the jupyter notebook command:

`[I 14:49:40.813 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). [C 14:49:40.898 NotebookApp]

To access the notebook, open this file in a browser:
    file:///home/jvg/.local/share/jupyter/runtime/nbserver-103-open.html
Or copy and paste one of these URLs:
    http://localhost:8888/?token=5e60874b58d5b78d6a010e50f68b602c6e109e80f670275f
 or http://127.0.0.1:8888/?token=5e60874b58d5b78d6a010e50f68b602c6e109e80f670275f

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

  • Start "file:///home/jvg/.local/share/jupyter/runtime/nbserver-103-ope ...
  •   + CategoryInfo          : InvalidOperation: (:) [Start-Process], InvalidOperationException
      + FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand
    
    

[I 14:50:32.328 NotebookApp] 302 GET /?token=5e60874b58d5b78d6a010e50f68b602c6e109e80f670275f (127.0.0.1) 1.390000ms`

d8aninja avatar Feb 27 '21 21:02 d8aninja

Maybe this may help https://github.com/jupyter/jupyter_core/issues/191#issuecomment-835107240

florianbussmann avatar May 10 '21 05:05 florianbussmann

Can repro also with WSL2+Ubuntu configuration

tdihp avatar Jun 09 '22 12:06 tdihp