ํ์์ฑ
jupyter notebook์ ์ฌ์ฉํ๋ฉด, ์์
ํ๋ ํ์ผ๋ค์ด ์ ์ฅ๋๋ root ๊ฒฝ๋ก(๊ณต๊ฐ)์ด ํ์ํฉ๋๋ค.
(์๋ฌด๋ฐ ์ค์ ์ ํ์ง ์์ผ๋ฉด) ๊ธฐ๋ณธ ๊ฒฝ๋ก๋ jupyter notebook์ ์ค์นํ ๋์ ์ง์ ํ ๊ฒฝ๋ก๋ก ์ค์ ์ด ๋๋๋ฐ,
์ด ๋, ํฌ๋งํ๋ root ๊ฒฝ๋ก๋ก ์ง์ ์ ํด์ฃผ๊ณ ์์
์ ์ด์ด๋๊ฐ ํ์์ฑ์ ๋ง์ฃผํฉ๋๋ค.
๋ฐฉ๋ฒ
1. anaconda prompt (powershell) ์คํ
2. ๋ช
๋ น์ด ์
๋ ฅ
- root ๊ฒฝ๋ก ์ค์ ์ ์ํ config ํ์ผ ์์ฑ (์์ ์)
```
>> jupyter notebook --generate-config # ๋ช
๋ น์ด ์
๋ ฅ
Writing default config to: C:\Users\admin\.jupyter\jupyter_notebook_config.py # ์์ฑ๋จ
```
3. jupyter_notebook_config.py ํ์ผ open
- ํด๋ ๋ด ๊ฒฝ๋ก์ ์ฐพ์๊ฐ config ํ์ผ์ ์คํ์ํต๋๋ค. (code editor)
4. config ํ์ผ ๋ด ๋ด์ฉ ์์ (ํฌ๋ง ๊ฒฝ๋ก ์
๋ ฅ)
- ์ฝ๋ ๋ด์ฉ๊ฒ์์ ํตํด ๊ฒ์ํด ํธํ ์ ๊ทผ์ ํฉ๋๋ค.
```
๊ธฐ๋ณธ ๋ด์ฉ
## The directory to use for notebooks and kernels.
# Default: ''
# c.NotebookApp.notebook_dir = ''
```
- ์๋์ ๊ฐ์ด ์ฃผ์(#)์ ํ๊ณ , ํฌ๋งํ๋ ๊ฒฝ๋ก๋ฅผ ์ ๋ ฅํด์ค๋๋ค.
```
๋ณ๊ฒฝํ ๋ด์ฉ
## The directory to use for notebooks and kernels.
# Default: ''
c.NotebookApp.notebook_dir = 'D:\\test' # ํฌ๋งํ๋ ๊ฒฝ๋ก
```
5. jupyter notebook ์ข
๋ฃ ํ ์ฌ์คํ
- 1) jupyter notebook ์ฑ ์ง์ ์คํ
- 2) anaconda prompt ์์ "jupyter notebook" ๋ช
๋ น์ด ์
๋ ฅ
๋๊ธ