✏️ STUDY/INFO

가상 환경 ipykernel 설치 오류

bodeok 2024. 5. 7. 14:52
발생 오류
Running cells with 'ds_study (Python 3.8.19)' requires the ipykernel package.
Run the following command to install 'ipykernel' into the Python environment.

 

이렇게 오류가 뜸

해결 방법
터미널창
conda install -n ds_study ipykernel --update-deps --force-reinstall

 

VScode에서 터미널창 켜기 :   Cmd + `