Jupyter-themes: Header and Toolbar not visible

Created on 14 Dec 2017  路  6Comments  路  Source: dunovank/jupyter-themes

Even though the toggle option is pressed, the header and toolbar are not visible.

Most helpful comment

Thanks @Dpananos

Here's the linked fix provided by @Dpananos for anyone who runs into this issue in the future.

  1. if you've uninstalled jupyterthemes and cannot see the toolbar, try clicking the 'View' dropdown menu in a notebook and then 'Toggle Toolbar'.

  2. If that doesn't work, then try reinstalling jupyterthemes, then reset to the default UI
    jt -r (if still not fixed, try step 1 again after running the reset command)

  3. If you're still toolbar-less, then try installing a theme with the toolbar toggled on jt -t grade 3 -T (then steps 2 and 1)

All 6 comments

Facing the same issue

me too

This issue is similar. Solution seems to work for me.

Thanks @Dpananos

Here's the linked fix provided by @Dpananos for anyone who runs into this issue in the future.

  1. if you've uninstalled jupyterthemes and cannot see the toolbar, try clicking the 'View' dropdown menu in a notebook and then 'Toggle Toolbar'.

  2. If that doesn't work, then try reinstalling jupyterthemes, then reset to the default UI
    jt -r (if still not fixed, try step 1 again after running the reset command)

  3. If you're still toolbar-less, then try installing a theme with the toolbar toggled on jt -t grade 3 -T (then steps 2 and 1)

Same problem. Is there a hotkey to toggle the toolbar and header. Maybe I pressed it by accident...
I had to scroll to the top of the page. Now, it is working again.

in custom.css file remove
div#maintoolbar {
display: none !important;
}

header-container {

display: none !important;
}

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ravicheema picture ravicheema  路  8Comments

jingw222 picture jingw222  路  3Comments

Brenndoerfer picture Brenndoerfer  路  6Comments

tanmay7270 picture tanmay7270  路  5Comments

baibai25 picture baibai25  路  8Comments