jupyter-themes
jupyter-themes copied to clipboard
Header and Toolbar not visible
Even though the toggle option is pressed, the header and toolbar are not visible.
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.
-
if you've uninstalled jupyterthemes and cannot see the toolbar, try clicking the 'View' dropdown menu in a notebook and then 'Toggle Toolbar'.
-
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) -
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; }