본문 바로가기
기타

[jupyter] kernel uninstall, 주피터 사용하지 않는 커널 제거하기

by Chandler.j 2021. 1. 28.
반응형

fig1. title

kernel uninstall, 주피터에서 사용하지 않는 커널 제거하기

 


#1. command line, jupyter 명령어 사용해서 제거

1) 커널 리스트 확인

jupyter kernelspec list

fig2. output of 1-1

2) 지정 커널 제거

jupyter kernelspec uninstall unwanted_kernel_name

jupyter kernelspec uninstall j

3) 제거 확인

jupyter kernelspec list

fig3. output of 1-3

#2. directory에서 직접제거

jupyter kernelspec list를 통해서 확인한 directory에 직접 들어가서 제거

 


TOP

Designed by 티스토리