일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- github.io
- pandas
- python basic
- 잠자기해제
- github command
- 깃허브
- github token
- github blog
- git command
- jekyll
- 깃허브 블로그
- github secret key
- 모니터연결
- GPU
- terminal command
- github 블로그
- github
- sudo pmset -c disablesleep
- hydejack
- 깃헙 토큰
- terminal 명령어
- 구글애널리틱스
- 깃헙 블로그
- CUDA
- 깃허브 토큰
- jekyll theme
- nightly
- 깃헙
- 나만의블로그
- git 명령어
Archives
- Today
- Total
Tech-Logs of Data-Scientist
Jupyter에서 python을 찾지 못하는 경우 본문
SMALL
정리코드
# (1) jupyter kernelspec 확인 jupyter kernelspec list # (2) 위의 kernelspec 제거 rm -rf /Users/<username>/Library/Jupyter/ # (3) jupyter 삭제 brew uninstall jupyter brew cleanup # (4) jupyter 재설치 pip install jupyterlab # brew install jupyter
참조 : https://stackoverflow.com/questions/49946157/jupyter-notebook-bad-interpreter-error-message
반응형
LIST
Comments