修改Jupyter notebook的主题

1.安装jupytertheme直接修改全局主题

网上有使用方法

2.修改或覆盖notebook的css文件微调样式

1.使用浏览器控制台找到具体元素的样式类(同时也可以看到类所在的文件)
2.修改…\Python36\Lib\site-packages\notebook\static\notebook\css\override.css

/*This file contains any manual css for this page that needs to override the global styles.
This is only required when different pages style the same element differently. This is just
a hack to deal with our current css styles and no new styling should be added in this file.*/
/*override.css里本来就有*/
#ipython-main-app {
    position: relative;
}

/*以下为自定义样式,可以覆盖本来的样式*/
/*notebook输入框的字体大小,字体族*/
div.cell{
    font-size: 17px;
    font-family: consolas;
}
/*输入框左侧的In [x]和Out [x]的字体*/
.prompt{
    font-family: consolas;
}
/*输出结果的字体*/
div.output_area pre{
    font-family: consolas;
}

也可以直接找到css类的源文件直接在源文件修改

3.重启notebook即可

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值