当前位置:网站首页>修改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
边栏推荐
猜你喜欢
随机推荐
leetcode刷题之x的算术平方根
2021-09-18
Tensorflow&&Pytorch常见报错
ASP.NET CORE 依赖注入服务生命周期
PHP unlimited classification and tree
【批量更改mysql表以及表中字段对应的编码】
Solution to page cache problem (use with caution)
Unity3D对象池的理解与小例子
WebAPI+Form表单上传文件
页面缓存问题解决方法(慎用)
Installing redis using a small leather panel in the window environment
模仿扇贝短文阅读页面
ES6规范详解
.Net Core 下使用 Quartz —— 【6】作业和触发器之触发器的日历
Node模版引擎(ejs, art-template)
TypeScript(上)
各进制数之间的互相转换
阅读笔记:Secure Federated Matrix Factorization
sql中的 IF 条件语句的用法
C# webpai 路由详解









