카테고리 없음

7일차 : 가상환경 설정 (실기)

뭉게구름사탕 2023. 5. 18. 16:41
728x90

=== 가상환경 설치 연습 
가상환경 이름 : busan_env2
커널 이름 busan_env2_kernel

 

 

시작 > anaconda prompt 실행

 

conda create -n busan_env2 python=3.9
conda activate busan_env2
pip install jupyter notebook
python -m ipykernel install --user --name busan_env2 --display-name busan_env2_kernel
pip install ipython jupyter matplotlib pandas xlrd seaborn scikit-learn (각종 라이브러리)
pip install openpyxl (엑셀 다룰 라이브러리)

jupyter notebook 실행