Python 使用Ubuntu终端16.04在Windows 10上启动Jupyter笔记本时遇到错误

Python 使用Ubuntu终端16.04在Windows 10上启动Jupyter笔记本时遇到错误,python,jupyter-notebook,jupyter,Python,Jupyter Notebook,Jupyter,我正在尝试使用从MS商店安装的Ubuntu终端在windows上启动JupyterLab: $jupyter notebook 但面对以下错误: 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/username/.local/share/jupyter/runti

我正在尝试使用从MS商店安装的Ubuntu终端在windows上启动JupyterLab:

$jupyter notebook
但面对以下错误:

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/username/.local/share/jupyter/runtime/nbserver-37-o ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Start-Process], InvalidOperationException
    + FullyQualifiedErrorId : InvalidOperationException,Microsoft.PowerShell.Commands.StartProcessCommand