Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 jupyter notebook 环境中的 bqplot 中设置深色主题?
即,https://github.com/bloomberg/bqplot/pull/296
在 jupyter 单元格中执行以下命令:
%%javascript document.body.classList.add('theme-dark')
要删除深色主题并返回默认(浅色)主题,请替换add为remove删除深色主题的 css 类。
add
remove