Skip to content

Commit 91ae514

Browse files
authored
Update jupyterlab.json
1 parent 1be6650 commit 91ae514

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

vendor/ngc-tensorflow/service-defs/jupyterlab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"c.NotebookApp.ip = \"0.0.0.0\"\n",
99
"c.NotebookApp.port = {ports[0]}\n",
1010
"c.NotebookApp.token = \"\"\n",
11-
"c.FileContentsManager.delete_to_trash = False\n"
11+
"c.FileContentsManager.delete_to_trash = False\n",
12+
"c.NotebookApp.tornado_settings = {{'headers': {{'Content-Security-Policy': \"frame-ancestors * 'self' \"}}}}\n",
13+
"c.JupyterHub.tornado_settings = {{'headers': {{'Content-Security-Policy': \"frame-ancestors * 'self' \"}}}}\n"
1214
]
1315
},
1416
"ref": "jupyter_cfg"

0 commit comments

Comments
 (0)