how to change tto dark theme in jupyter notebook code example
Example 1: set jupyer color to dark
pip install jupyterthemes
Example 2: change theme by jupyterthemes
jt -t <theme-name>
pip install jupyterthemes
jt -t <theme-name>