change jupyter notebook theme to default code example
Example 1: jupyter notebook themes how to change
!pip install jupyterthemes
!jt -t <theme-name>
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'