일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- github
- 구글애널리틱스
- github.io
- terminal 명령어
- 깃허브 블로그
- 깃허브 토큰
- jekyll theme
- CUDA
- 잠자기해제
- terminal command
- github token
- 깃헙 블로그
- 깃헙
- hydejack
- 모니터연결
- 깃헙 토큰
- sudo pmset -c disablesleep
- GPU
- github secret key
- 깃허브
- 나만의블로그
- github blog
- git 명령어
- git command
- nightly
- python basic
- pandas
- github 블로그
- github command
- jekyll
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