当前位置:网站首页>修改Jupyter Notebook样式
修改Jupyter Notebook样式
2022-04-23 05:58:00 【缄默的天空之城】
修改Jupyter Notebook 样式—Theme
修改Jupyter样式风格
1.打开命令行例如:Anaconda Prompt(Anaconda3)
2.安装Jupyter主题样式包:
pip install jupyterthemes
3.安装成功之后,查看主题:
jt -l

4.切换主题:
jt -t chesterish
效果:

5.恢复默认主题:
jt -r
版权声明
本文为[缄默的天空之城]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_42139772/article/details/114872843
边栏推荐
- Decentralized Collaborative Learning Framework for Next POI Recommendation
- 【代码解析(6)】Communication-Efficient Learning of Deep Networks from Decentralized Data
- Leak detection and vacancy filling (II)
- .NET类型转移
- C# Dapper 基本使用 增删改查事务等
- 【代码解析(4)】Communication-Efficient Learning of Deep Networks from Decentralized Data
- Promise(四)
- 百度地图案例-缩放组件、地图比例组件
- .Net Core 下使用 Quartz —— 【4】作业和触发器之作业属性和异常
- Tensorflow&&Pytorch常见报错
猜你喜欢
随机推荐
PHP 无限极分类和树形
Usage of if conditional statements in SQL
input文件上传
leetcode刷题之整数加一
js中entries(),keys(),values() , some(), Object.assign()遍历数组用法
The difference between VaR, let and Const
Promise(二)
el-cascader和el-select点击别处让下拉框消失
China creates vast research infrastructure to support ambitious climate goals
【批量更改mysql表以及表中字段对应的编码】
DNA reveals surprise ancestry of mysterious Chinese mummies
Sum (if) in MySQL_ Sum (if ()) in MySQL
关于注解1
JQ序列化后PHP后台解析
Counts the number of occurrences of each character in the string
数据可视化百度地图进一步优化
js更改全部变量失败后改成return方法,终于解决解决问题
ES6规范详解
批量修改/批量更新数据库某一个字段的值
Leak detection and vacancy filling (V)









