how to change to a dark theme in a jupyter notebook code example
Example 1: how to make jupyter notebook dark mode
pip install jupyterthemes
jt -t onedork -f roboto -fs 12
Example 2: jupyter dark theme
conda install jupyterthemes
pip install jupyterthemes
jt -t onedork -f roboto -fs 12
conda install jupyterthemes