2

When trying to create new jupyter notebook. Following error is popping '_xsrf' argument missing from POSTenter image description here

SUDHEER KUMAR
  • 73
  • 1
  • 8

3 Answers3

1

The problem probably arose from having an open notebook idle for too long.

Try this:

Copy the changes you have made in that notebook, and restart Jupyter. Then reopen, paste your changes, and you should be good to go!

chan
  • 59
  • 8
0

Check with another browser (or newer version of it). I started to get that error on Opera (might be an old version) but worked well using Chrome.

El Diego Efe
  • 215
  • 3
  • 13
-1

for me restarting the kernel worked. Give it a try!

  • Try changing "In my case, restarting the kernel worked". Also, it might solve, but it most likely won't. So try searching for a better response – Dr4kk0nnys Jul 27 '22 at 17:17