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 044089d commit a30b241Copy full SHA for a30b241
.gitpod.yml
@@ -29,7 +29,7 @@ tasks:
29
command: |
30
gp sync-done setup
31
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 *"}}'
+ jupyter notebook --no-browser --ServerApp.token='' --ServerApp.allow_remote_access=True
33
34
- name: auto-activate
35
0 commit comments