Windows Subsystem for Linux (WSL 2) and Jupyter Lab : How to open a Jupyter Notebook saved at the Linux file system?

后端 未结 4 2115
温柔的废话
温柔的废话 2021-01-03 12:08

I have a Jupyter lab installed on Windows. I installed Jupyter Lab on WSL Ubuntu. I can lunch Jupyter Lab from Linux terminal. This will open Jupyter Lab on Chrome browser

4条回答
  •  醉话见心
    2021-01-03 12:47

    Try going to \\wsl$\{wsl distro name}\home\{user name}\my_linux_folder\

    Longer explanation: browse to \\wsl$\ and see what you see there. There should be a distro name (Ubuntu, perhaps?) then you will have access to the root filesystem of your WSL. You can go to the home directory, then select your username, then your files should look familiar.

    You could go the other way, and point Jupyter to a windows folder from Linux. However, assuming you might be using WSL2, the first method has much better performance.

提交回复
热议问题