96 字
1 分钟
解决jupyter lab中暗色主题坐标轴看不清的问题
jupyter lab暗色模式
发现jupyter lab中,暗色模式下看不清图片的坐标轴
这可不行捏,那么如何在暗色模式下解决该问题呢? 发现只要导个包就行啦:
from jupyterthemes import jtplotjtplot.style(theme='onedork')这里是效果:
特意在博客里记录一下,防止自己忘记捏=v=
解决jupyter lab中暗色主题坐标轴看不清的问题
https://lonelyinnovator.github.io/posts/solve-dark-theme-for-jupyter-lab/ 最后更新于 2022-10-23,距今已过 1100 天
部分内容可能已过时