selfteaching / selfteaching/selfteaching-python-camp
Day02 Jupyter lab中并没有显示书的完整文件的解决办法
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 151
- Forks
- 875
- PR merge metrics
- No merged PRs in 30d
Description
一开始我打开jupyter lab,里面并没有克隆的文件夹,只能手动一个个upload,但是我觉得肯定不是这样的,后来经过猜测与验证发现:
如果克隆的位置不是操作的位置,则打开jupyter lab时是不会显示文件的
解决办法就是:
手动将克隆下来的文件添加到操作的位置即可
比如 我的位置时c:\user\admin(打开jupyter lab也只显示我admin中有的文件)
而我克隆仓库的位置是d盘,所以我将那个文件夹考到admin中,再启动jupyter lab,
就可以看到一本完整的书的文件夹了。
还有一种办法就是每次手动cd你克隆的位置,然后再jupyter lab
最后就可以流畅方便的阅读了
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the repository's existing setup or usage documentation for the Jupyter Lab entry point. Document that Jupyter Lab must be launched from the cloned repository location, or that the repository folder must be placed in the active working directory. Done means a reader can open the complete book without uploading files individually.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter, python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100