We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1971abf commit d56ff81Copy full SHA for d56ff81
.gitpod.yml
@@ -33,7 +33,7 @@ tasks:
33
source /workspace/bin/activate-env.sh
34
# Set no token and allow any origin, so that you can open it in a new tab
35
# Disable iframe security so can load in the editor as well
36
- jupyter lab --dev-mode --watch --extensions-in-dev-mode --ServerApp.IdentityProvider.token='' --ServerApp.allow_origin=* --ServerApp.tornado_settings='{"headers": {"Content-Security-Policy": "frame-ancestors *"}}'
+ jupyter lab --dev-mode --watch --extensions-in-dev-mode --ServerApp.IdentityProvider.token='' --ServerApp.allow_remote_access=True
37
38
- name: auto-activate
39
command: |
0 commit comments