Skip to content
BBoDDo edited this page May 26, 2020 · 8 revisions

Welcome to the GuroMulgae wiki!

## Machine Learning and Deep Learning ## http://hunkim.github.io/ml/

## Python pip package list ##

pip install numpy

pip install scipy

pip install matplotlib

pip install opencv-python

pip install scikit-learn

pip install tensorflow

pip install pandas

pip install jupyter

pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install

pip install jupyter_contrib_nbextensions

jupyter contrib nbextension install --user

## jupyter notebook 시작 폴더 경로 변경 ## jupyter notebook --generate-config

① "jupyter_notebook_config.py" 파일을 텍스트 편집기로 열기

② 찾기 기능으로 "notebook_dir"를 찾기

③ 기본적으로 주석처리 되어 있으므로 주석을 해제( # 삭제 )

④ c.NotebookApp.notebook_dir = ' ' 에서, ' ' 사이에 원하는 시작 디렉토리 위치(절대경로)를 입력

Clone this wiki locally