mkdocs-jupyter
mkdocs-jupyter copied to clipboard
Copy Button Ignores Theme and Include Source Doesn't Work
trafficstars
Config
plugins:
- mkdocs-jupyter:
execute: True
# theme: dark
include_source: True
With Light Theme
With Dark Theme

It looks like themes are not working in general - regular dark or those from jupyterthemes package:
@andynameistaken , hey, check out this post: https://oceanumeric.github.io/blog/2022/jupyter-style/
The copy button we can fix but the matplotlib plots need to be changed at the MPL level.