Lan*_*mar 6 jupyter windows-subsystem-for-linux jupyter-lab
我已经在 Windows 10 上设置了 WSL(Linux 的 Windows 子系统)并安装了包含 python 3 和 jupyter 实验室的 Anaconda。启动 Jupyter 实验室时,我被要求在浏览器中复制粘贴http://localhost:8888/lab,这工作正常。但是,我不知道如何访问存储在 Windows 中的所有笔记本,我无法通过 Jupyter Lab 浏览 Windows。
我在谷歌搜索过,但找不到答案。
有没有人知道如何浏览存储在 Windows 中的 notebooks 文件夹?
正如您已经发现的那样,在不同环境之间处理文件可能会成为生产力的一大杀手。一种可能的方法是:
使用 github.com 或同等机构将本地 PC 上的文件组织到存储库中,并将这些文件推送到您的帐户。
在 Jupyter 实验室中打开一个新的终端窗口,然后提取存储库,替换您的姓名和电子邮件:
$ sudo apt install git
$ git config --global user.name "username"
$ git config --global user.email "email"
$ git init
$ git clone
Run Code Online (Sandbox Code Playgroud)
$ conda list --explicit > spec-file.txt
$ git add spec-file.txt
$ git commit -m "added spec file for conda environment"
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1277 次 |
| 最近记录: |