_xsrf' argument missing from POST 에러 해결 방법💚
jupyter_notebook_config.py 에서 아래 부분을
NotebookApp.token = '<generated>'
이렇게 수정해주고 저장하면 해결 완료!
NotebookApp.token = ''
*jupyter_notebook_config.py 파일은 터미널에서 아래 명령을 통해 경로를 찾을 수 있다.
jupyter notebook --generate-config