kernel uninstall, 주피터에서 사용하지 않는 커널 제거하기
#1. command line, jupyter 명령어 사용해서 제거
1) 커널 리스트 확인
jupyter kernelspec list
2) 지정 커널 제거
jupyter kernelspec uninstall unwanted_kernel_name
jupyter kernelspec uninstall j
3) 제거 확인
jupyter kernelspec list
#2. directory에서 직접제거
jupyter kernelspec list를 통해서 확인한 directory에 직접 들어가서 제거