## You can do all of this in jupyter notebook
# Install jupyterthemes
!pip install jupyterthemes
# Show available themes
!jt -l
# Use theme
!jt -t theme_name
# e.g. !jt -t monokai
!pip install jupyterthemes
!jt -t <theme-name>
pip install jupyterthemes
pip install jupyterthemes # change Jupyter themes
pd.read_csv('file.csv', index_col=[0]) # remove 'Unnamed 0'
jt -r