[Python] Jupyter "_xsrf' argument missing from POST" 오류 해결

Da_Yeon·2021년 3월 25일
0

Python

목록 보기
4/5

_xsrf' argument missing from POST 에러 해결 방법💚

jupyter_notebook_config.py 에서 아래 부분을

NotebookApp.token = '<generated>'

이렇게 수정해주고 저장하면 해결 완료!

NotebookApp.token = ''

*jupyter_notebook_config.py 파일은 터미널에서 아래 명령을 통해 경로를 찾을 수 있다.

jupyter notebook --generate-config
profile
다-연구하고싶은 velog

0개의 댓글