아나콘다 설치 이후 프로세스
ㄴ 파이썬 3.8 버전 설치 가정
1. python3.8 가상환경 생성
conda create -n py38 python=3.8
2. 가상환경 활성화
source activate py38
3. ipykernel 설치
pip install ipykernel
4. 가상환경을 ipykernel 에 등록
python -m ipykernel install --user --name py38 --display-name py38
5. 주피터 노트북 or 주피터랩 실행
conda install jupyter
jupyter lab
'Tools > Python' 카테고리의 다른 글
아나콘다 python 3 가상환경 세팅하기 (0) | 2022.06.12 |
---|---|
Ubuntu 에 Python 새로운 버전 설치하기 (0) | 2019.11.21 |
Python advanced packages - cookiecutter (0) | 2019.07.29 |
환경 파일을 통한 conda 가상환경 생성 (0) | 2019.07.18 |
Jupyter 유용한 확장기능 - lab_black (0) | 2019.07.11 |
Pandas 에서 반복을 효율적으로 처리하는 방법 (4) | 2019.06.21 |
댓글 0개
트랙백 0건