Skip to content

Commit a30b241

Browse files
authored
Simplify Gitpod setup (#6894)
1 parent 044089d commit a30b241

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
@@ -29,7 +29,7 @@ tasks:
2929
command: |
3030
gp sync-done setup
3131
source /workspace/bin/activate-env.sh
32-
jupyter notebook --no-browser --JupyterNotebookApp.token='' --JupyterNotebookApp.allow_origin=* --JupyterNotebookApp.tornado_settings='{"headers": {"Content-Security-Policy": "frame-ancestors *"}}'
32+
jupyter notebook --no-browser --ServerApp.token='' --ServerApp.allow_remote_access=True
3333
3434
- name: auto-activate
3535
command: |

0 commit comments

Comments
 (0)