jupyter notebook set dark theme code example
Example 1: how to make jupyter notebook dark mode
pip install jupyterthemes
jt -t onedork -f roboto -fs 12
Example 2: how to change theme of jupyter notebook
pip install jupyterthemes # change Jupyter themes
pd.read_csv('file.csv', index_col=[0]) # remove 'Unnamed 0'