xxxxxxxxxx
## first install jupyterthemes
!pip install jupyterthemes
-------
## then run this code,
from jupyterthemes import get_themes
import jupyterthemes as jt
from jupyterthemes.stylefx import set_nb_theme
set_nb_theme('monokai')
-------
# change notebook theme from 'monokai' to any of the following below that suits you.
onedork
grade3
oceans16
chesterish
monokai
solarizedl
solarizedd
# Running this code will change the theme of notebook for the given session and not permanently.
link: https://stackoverflow.com/questions/46510192/change-the-theme-in-jupyter-notebook
xxxxxxxxxx
pip install jupyterthemes # change Jupyter themes
pd.read_csv('file.csv', index_col=[0]) # remove 'Unnamed 0'