From cbc780a8c3dffd4308c6cc1982b411e2789eacfa Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 31 May 2023 14:11:23 +0000 Subject: [PATCH] Simplify Gitpod setup --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index 76b134998d..66bcdde781 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -29,7 +29,7 @@ tasks: command: | gp sync-done setup source /workspace/bin/activate-env.sh - jupyter notebook --no-browser --JupyterNotebookApp.token='' --JupyterNotebookApp.allow_origin=* --JupyterNotebookApp.tornado_settings='{"headers": {"Content-Security-Policy": "frame-ancestors *"}}' + jupyter notebook --no-browser --ServerApp.token='' --ServerApp.allow_remote_access=True - name: auto-activate command: |