Linux

xsrf' argument missing from POST

Naranjito 2022. 5. 12. 17:21
  • Solution
$ vi /home/naranja/.jupyter/jupyter_notebook_config.py

>>>

...
c.NotebookApp.disable_check_xsrf = True
...
c.NotebookApp.open_browser = False
...
c.NotebookApp.token = ''
...