TLDR :
Run this :
!jt -t solarizedd -T -N -kl
Explanation:
I just installed the jupyter themes and went thru the same issue. My regular and nbextension toolbar disappeared and could not make it come back unless I reverted to default !jt -r
.
after some research i fugure it out….so your cell should write
from jupyterthemes import get_themes import jupyterthemes as jt from jupyterthemes.stylefx import set_nb_theme set_nb_theme('solarizedd', -T, -N,-kl)
- Toolbar Visible -T
- Name & Logo Visible -N
- Kernel Logo Visible -kl
- their defaults are set to none
see the documentation documentation of jupyter theme
or something more permanent and fewer lines of code, using the command “!” in the actual cell
!jt -t solarizedd -T -N -kl