量化开发网站 嵌入jupyter,修改样式,跨域访问。

嵌入jupyter的方法

http://jupyter-notebook.readthedocs.io/en/stable/public_server.html?highlight=frame  Embedding the notebook in another website

1 汉化,修改C:\Anaconda3\Lib\site-packages\notebook\static

2安装jupyterthemes,使用样式monokai

https://blog.csdn.net/leayc/article/details/78162141?locationNum=8&fps=1

3修改jupyter配置文件jupyter_notebook_config.py,增加:

c.NotebookApp.tornado_settings = {

    'headers': {

       'Content-Security-Policy': "frame-ancestors http://quant.xxx.com'self' "

    }

}

3 修改页面跳转target,每个页面对应的main.min.js里,修改Jupyter._target= '_blank'; 为_self

Jupyter文档里修改custom.js文件的方法不工作:

define(['base/js/namespace'], function(Jupyter){

   Jupyter._target = '_self';

});

4 跨服务访问,需要修改host,使用相同的域名

192.168.70.161 quant.xxx.com

192.168.70.70 openquant.xxx.com

页面:<iframe id="rightFrame" name="right"src="//openquant.xxx.com/tree"

访问:http://quant.xxx.com/research/index

效果:

转载于:https://my.oschina.net/u/2370304/blog/1810901

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值