Run IPython Notebook in Iframe from another Domain
问题 I want to run an IPython notebook that is on my server inside an iframe on another server. I get this error: Refused to display 'my_url/Test.ipynb' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN' Here it says I should set some x-frame-header option for this: http://ipython.org/ipython-doc/dev/whatsnew/development.html#iframe-embedding Where can I set this? How to change this X-Frame-Option so that it can be embedded from another site? :) 回答1: Update according to the comment by