jupyter-themes icon indicating copy to clipboard operation
jupyter-themes copied to clipboard

Header and Toolbar not visible

Open ShriRambo opened this issue 6 years ago • 6 comments

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

ShriRambo avatar Dec 14 '17 18:12 ShriRambo

Facing the same issue

irshadqemu avatar Dec 26 '17 07:12 irshadqemu

me too

dmadboy avatar Jan 10 '18 01:01 dmadboy

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

Dpananos avatar Jan 10 '18 03:01 Dpananos

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)

dunovank avatar Feb 25 '18 03:02 dunovank

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.

sorenwacker avatar Nov 11 '19 21:11 sorenwacker

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

123eydi avatar Jul 09 '20 17:07 123eydi