我想在另一台服务器上的iframe内部运行我的服务器上的IPython笔记本.我收到此错误:
Refused to display 'my_url/Test.ipynb' in a frame because
it set 'X-Frame-Options' to 'SAMEORIGIN'
Run Code Online (Sandbox Code Playgroud)
这里它说我应该为此设置一些x-frame-header选项:http: //ipython.org/ipython-doc/dev/whatsnew/development.html#iframe-embedding
我在哪里可以设置这个?如何更改此X-Frame-Option以便可以从其他站点嵌入?:)