Jupyter Notebook 设置黑色背景主题

Jupyter Notebook 设置黑色背景主题

sh 复制代码
# 包安装
pip install jupyterthemes -i https://mirrors.aliyun.com/pypi/simple
pip install --upgrade jupyterthemes
# 查看可用主题
jt -l
# monokai暗背景,-f(字体)  -fs(字体大小) -cellw(占屏比或宽度)  -ofs(输出段的字号)  -T(显示工具栏)  -N(显示自己主机名)
jt -t monokai -f fira -fs 13 -cellw 90% -ofs 11 -dfs 11 -T -N

可用主题:

可选参数及默认值:

效果:

参考:
Jupyter Notebook 设置黑色背景主题、字体大小、代码自动补全
github jupyter-themes

相关推荐
阿蔹18 分钟前
JavaWeb-Selenium 配置以及Selenim classnotfound问题解决
java·软件测试·python·selenium·测试工具·自动化
万粉变现经纪人36 分钟前
如何解决 pip install 代理报错 407 Proxy Authentication Required 问题
windows·python·pycharm·beautifulsoup·bug·pandas·pip
李剑一1 小时前
Python学习笔记3
python
luod1 小时前
Python包
python
Mr Lee_1 小时前
Smali 文件生成dex装箱算法整合
开发语言·python·算法
电饭叔1 小时前
《python语言程序设计》2018版--第8章14题利用字符串输入作为一个信用卡号之一(Luhn算法解释)
android·java·python
小女孩真可爱2 小时前
大模型学习记录(八)---------RAG评估
linux·人工智能·python
刘晓倩2 小时前
Python3的Sequence
开发语言·python
ZhengEnCi2 小时前
一次多线程同步问题的排查:从 thread_count 到 thread.join() 的踩坑之旅
python·网络协议·tcp/ip
ULTRA??2 小时前
ROS Action 完整示例(AI辅助):客户端发目标 + 服务器接参数(lambda 替代 boost::bind)
c++·python