File View/Download errors out in Jupyter v5.7.6+
josh.mineroff
Member, Moderator, Domino Posts: 9 mod
Comments
-
It looks like you've run into an issue with Jupyter v5.7.6+ that's described here: https://github.com/jupyter/notebook/issues/4541
To fix this, you can insert the below line in the pre-run script of your compute environment:
echo "c.NotebookApp.disable_check_xsrf = True" >> /home/ubuntu/.jupyter/jupyter_notebook_config.py
This line will disable the CORS check within Jupyter and enable you to view/download files again.
0
Howdy, Stranger!