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 1be6650 commit 91ae514Copy full SHA for 91ae514
vendor/ngc-tensorflow/service-defs/jupyterlab.json
@@ -8,7 +8,9 @@
8
"c.NotebookApp.ip = \"0.0.0.0\"\n",
9
"c.NotebookApp.port = {ports[0]}\n",
10
"c.NotebookApp.token = \"\"\n",
11
- "c.FileContentsManager.delete_to_trash = False\n"
+ "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"
14
]
15
},
16
"ref": "jupyter_cfg"
0 commit comments