ติดตั้ง Anaconda
Download Anaconda Individual Edition
การเปลี่ยน Default Directory ของ Jupyter Notebook
Ref: How to change the Jupyter start-up folder
- Click on the Start Menu, then All Programs (just Programs for Win10)
- Click on the Anaconda3 folder; mine is Anaconda3 (64-bit)
- In there you should see Jupyter Notebook. If you have a virtual environment installed, it will be followed by the environment name like this: Jupyter Notebook (env)
- Right-click Jupyter Notebook entry and navigate to More => Open File Location
- Right-click the correct Jupyter Notebook entry, then click on Properties
- Delete %HOMEPATH%. Enter a path in the Start in: box; if the path has spaces in it, you must enclose it in double quotes
- Delete "%USERPROFILE%" at the end of the executable path
การเปลี่ยน Default Directory ของ Anaconda Prompt
ใช้วิธีเดียวกัน แต่เปลี่ยนแค่ตรง Start in
การเปลี่ยน Default Directory ของ fastai
ไปที่ไฟล์ external.py ตามพาธที่ติดตั้ง anaconda ปกติ จะอยู่ใน home folder ของระบบ
/anaconda3/Lib/site-packages/fastai/data/external.py
แก้ 2 ที่ให้เป็นพาธที่ต้องการ
os.getenv('FASTAI_HOME', '~/.fastai')
base='~/.fastai'
Sign up here with your email
ConversionConversion EmoticonEmoticon