Fix Jupyter Notebook ‘_xsrf’ argument missing from POST Error – Jupyter Notebook Tutorial

By | January 4, 2023

When we are editing a json file in jupyter notebook, we get this error: ‘_xsrf’ argument missing from POST. In this tutorial, we will introduce you how to fix it.

This error looks like:

Fix Jupyter Notebook '_xsrf' argument missing from POST Error - Jupyter Notebook Tutorial

How to fix this missing error?

This best and simplest way is to refresh jupyter notebook page, then edit label.json again.

By this way, we found this error is fixed.