Jupyter-themes: Toolbar missing

Created on 1 Aug 2018  路  14Comments  路  Source: dunovank/jupyter-themes

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

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

Any tips?

Most helpful comment

You can use the "-T" flag to enable the toolbar.
jt -t gruvboxd -T

All 14 comments

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

billede
Remember to activate it after adding -T option

  1. !jt -t [THEME] -T
  2. Refresh Page
  3. View -> Toggle Toolbar

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 2 extension

When 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....

billede
Remember to activate it after adding -T option

  1. !jt -t [THEME] -T
  2. Refresh Page
  3. View -> Toggle Toolbar

Worked for me like a charm.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ozkansafak picture ozkansafak  路  3Comments

lucainnocenti picture lucainnocenti  路  6Comments

tanmay7270 picture tanmay7270  路  5Comments

zwh42 picture zwh42  路  4Comments

Peydon picture Peydon  路  3Comments