mkdocs-jupyter icon indicating copy to clipboard operation
mkdocs-jupyter copied to clipboard

Copy Button Ignores Theme and Include Source Doesn't Work

Open andynameistaken opened this issue 3 years ago • 2 comments
trafficstars

Config

plugins:
  - mkdocs-jupyter:
      execute: True
      # theme: dark
      include_source: True

With Light Theme

image

With Dark Theme

image

andynameistaken avatar Apr 11 '22 13:04 andynameistaken

It looks like themes are not working in general - regular dark or those from jupyterthemes package:

image

andynameistaken avatar Apr 11 '22 13:04 andynameistaken

@andynameistaken , hey, check out this post: https://oceanumeric.github.io/blog/2022/jupyter-style/

oceanumeric avatar Jul 18 '22 09:07 oceanumeric

The copy button we can fix but the matplotlib plots need to be changed at the MPL level.

danielfrg avatar Mar 11 '23 20:03 danielfrg