隐形白开水

文章
4
资源
0
加入时间
2年10月21天

iframe标签嵌入Jupyter 跨域问题

在window系统中,我想使用iframe嵌入jupyter,会报错:an ancestor violates the following Content Security Policy directive: “frame-ancestors ‘self’修改jupyter的配置文件upyter_notebook_config.py,再文件的最后添加一行代码:c.Notebook...