Issue
I am using JupyterLab with light theme and when I exported my notebook as HTML I saw this:
What I am expecting to see is something like this:
any ideas of the setting ?
Solution
I had the exact same issue. After a couple hours debugging I realized it had to do (for me at least) with the jupyter-theme
library. I had a dark theme installed, and I think nbconverter
uses whichever settings your jupyter
is also using, so the dark settings were affecting the html conversion.
Solution was simply to restore defaults with:
$ jt -r
If that doesn't work, then refer to this thread: https://github.com/dunovank/jupyter-themes/issues/86
Answered By - Rafael Marino
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.