File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
python-pytorch/service-defs
python-tensorflow/service-defs Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 8
8
" c.NotebookApp.ip = \" 0.0.0.0\"\n " ,
9
9
" c.NotebookApp.port = {ports[0]}\n " ,
10
10
" 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 "
12
14
]
13
15
},
14
16
"ref" : " jupyter_cfg"
Original file line number Diff line number Diff line change 8
8
" c.NotebookApp.ip = \" 0.0.0.0\"\n " ,
9
9
" c.NotebookApp.port = {ports[0]}\n " ,
10
10
" 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 "
12
14
]
13
15
},
14
16
"ref" : " jupyter_cfg"
Original file line number Diff line number Diff line change 8
8
" c.NotebookApp.ip = \" 0.0.0.0\"\n " ,
9
9
" c.NotebookApp.port = {ports[0]}\n " ,
10
10
" 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 "
12
14
]
13
15
},
14
16
"ref" : " jupyter_cfg"
You can’t perform that action at this time.
0 commit comments