No kernel
Jupyter Notebook에서 No Kernel로 인해 실행이 되지 않았다.
stack overflow를 보고 해결했다.
Anaconda Prompt 에서 아래와 같이 입력 후 실행되었다.
1
2
3
python -m pip install --upgrade setuptools
python -m ensurepip --upgrade
python -m pip install --upgrade pip
This post is licensed under CC BY 4.0 by the author.