dunovank / jupyter-themes

Custom Jupyter Notebook Themes
MIT License
9.76k stars 1.06k forks source link

Dark mode does not play nicely with ELI5 ipython display #344

Open BrunoGomesCoelho opened 5 years ago

BrunoGomesCoelho commented 5 years ago

I use jupyter themes for my daily coding, and a common machine learning library eli5 daily - unfortunately the results from it's function can not be seen when using dark mode (more specifically, monokai dark mode with vim). This is the output of a simple script:

image

Does anyone know how I could go around to changing the theme config to maybe ignore this type of cell? I have posted the same question on their repo as well for ideas.