selfteaching / selfteaching/selfteaching-python-camp

Day02 如何用Jupyter Notebook打开任意文件夹

Open
#106 6 comments 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

学习心得分享
Dominant language
Python
Stars
151
Forks
875
PR merge metrics
No merged PRs in 30d

Description

当安装好jupyter notebook后打开界面,默认的路径是C盘安装目录,如何切换看其它路径下的文件呢?我在网上找了配置方法,现在分享给大家。
1、win+R 启动“运行” ,输入cmd 点确定
2、输入cd /d xxxxxxx然后 回车,如:我想打开D:\Git\the-craft-of-selfteaching目录,就输入cd /d D:\Git\the-craft-of-selfteaching,然后回车
3、输入jupyter notebook,回车,jupter notebook便会跳转至指定目录D:\Git\the-craft-of-selfteaching

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Review the Chinese instructions in the issue body first; no repository file or documentation entry point is named. Identify the project’s appropriate documentation location, then ensure the Windows steps for launching Jupyter Notebook in another folder are included clearly and can be followed to reach the stated directory.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.