The toggle toolbar is missing. Nothing happens when clicking View - Toggle Toolbar:

When I restore the default theme, the toolbar is visible again:

Any tips?
Just installed this and have the same issue.
You can use the "-T" flag to enable the toolbar.
jt -t gruvboxd -T
Thanks. Had the same issue and your reply helped.
I'm still having the issue of toolbar missing even after trying all the recommended steps. Any help is greatly appreciated, please. The toolbar doesn't seem to return even after I reset using jt -r
I am having the same problem. forcing the toolbar to visible (-T) is not working. Actually it is not changing the themes any more. I tried to uninstall Anaconda and reinstall it again. Didn't work. I tried to upgrade jupyter notebook. Didn't work either. Strange that it worked at first but after I realized the problem of the toolbar it stop working.
The Title Bar is missing too. That was pretty convenient to rename a file in the original jupyter theme.
run this line to enable the toolbar, .
jt -t oceans16 -T -N

Remember to activate it after adding -T option
for the toolbar the following command worked for me
!jt -t gruvboxd -T
however when I run the same command without '!' in front of jt , it doesn't work ,it is same for all jupyterthemes command. Can some one please help me understand why is it so ?
for the toolbar the following command worked for me
!jt -t gruvboxd -T
however when I run the same command without '!' in front of jt , it doesn't work ,it is same for all jupyterthemes command. Can some one please help me understand why is it so ?
@AvinashChandrana, when you prefix with "!" Jupyter executes the command outside python.
So similarly you can execute "!pip install [PACKAGE_NAME]", but "jt -t gruvboxd -T" and "pip install" will fail as they are not recognized by the Python interpreter.
I have nbextensions enabled in my notebook and i have enabled the Table of Contents 2 extension
When I enable toolbar it overlaps the table of contents on the left hand side of the notebook
how do i enable the header though
I have nbextensions enabled in my notebook and i have enabled the
Table of Contents 2extensionWhen I enable toolbar it overlaps the table of contents on the left hand side of the notebook
Yes! Same issue... Seems they have some bugs. One way to solve (temperarily) is to move the content column to the right....
Remember to activate it after adding -T option
- !jt -t [THEME] -T
- Refresh Page
- View -> Toggle Toolbar
Worked for me like a charm.
Most helpful comment
You can use the "-T" flag to enable the toolbar.
jt -t gruvboxd -T