참고:
https://icedhotchoco.tistory.com/entry/Jupyter-Notebook-Anaconda-Virtual-Environment.
주피터 설치
- pip install jupyter notebook
커널 연결 >> 커널 추가를 왜 해야하는가?
- python -m ipykernel install --user --name 가상환경 이름 --display-name "커널에 보일 이름"
주피터 노트북 실행
- jupyter notebook
커널 연결 해제
- jupyter kernelspec uninstall 가상환경 이름
- jupyter kernelspec uninstall 가상환경 이름
'환경설정' 카테고리의 다른 글
VS code CPP 코드 돌리기 위한 셋팅 (2) | 2024.07.24 |
---|---|
GiHub 코드 다운 (1) | 2024.07.24 |
가상환경 만들기 (1) | 2024.07.23 |
파이토치 GPU 활용 간단 예시 (1) | 2024.07.23 |
파이토치 환경설정 (2) | 2024.07.23 |