Skip to content

Commit d56ff81

Browse files
authored
Simplify Gitpod command to start JupyterLab (jupyterlab#14690)
1 parent 1971abf commit d56ff81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ tasks:
3333
source /workspace/bin/activate-env.sh
3434
# Set no token and allow any origin, so that you can open it in a new tab
3535
# 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 *"}}'
36+
jupyter lab --dev-mode --watch --extensions-in-dev-mode --ServerApp.IdentityProvider.token='' --ServerApp.allow_remote_access=True
3737
3838
- name: auto-activate
3939
command: |

0 commit comments

Comments
 (0)