Simplify Gitpod setup (#6894)

pull/6896/head
Jeremy Tuloup 3 years ago committed by GitHub
parent 044089dc98
commit a30b2410cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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: |

Loading…
Cancel
Save