how do I get the CSRF token for a jupyter notebook on Amazon sagemaker studio?
I am running the following command in the notebook named "test.ipynb" on sagemaker studio notebook instance:
import requests
url = https://<id>.studio.<region>.sagemaker.aws/jupyter/default/lab/tree/test.ipynb
response = requests.get(url)
this is giving me response [403].. What am I missing?