Jupyter notebook - 500 : Internal Server Error
2022. 12. 25. 22:23
프로그래밍 언어/Python
jupyter notebook 를 실행하고 Notebook 을 생성하려는데 다음과 같은 에러가 발생했다. 그리고 jupyter 로그를 확인해보니 다음과 같은 에러가 발생했다. [E 22:14:04.411 NotebookApp] Uncaught exception GET /notebooks/Untitled.ipynb (::1) HTTPServerRequest(protocol='http', host='localhost:8888', method='GET', uri='/notebooks/Untitled.ipynb', version='HTTP/1.1', remote_ip='::1') Traceback (most recent call last): File "/usr/local/lib/python3.8/site-pac..
파이썬(Python) Jupyter notebook 설치 (MacBook)
2020. 12. 3. 20:35
프로그래밍 언어/Python
1. 터미널에서 pip 버전 확인 pip3 --version 2. pip upgrade pip3 install --upgrade pip 3. jupyter install pip install jupyter (밑으로 쭈주죽 내려감 ㅎㅎ) 4. jupyter notebook 실행 jupyter notebook 설치 완료 😆