2

I'm using Jupyter Notebook nbextension Table of Contents (2).

Part of the contents are hidden behind the top panel. How do I config it to make it display properly? enter image description here

I tried

from IPython.core.display import display, HTML
display(HTML("<style>.maintoolbar { margin-top: 100px; }</style>"))

But it moves my toolbar up, rather than move the ToC down. enter image description here

astro_ho
  • 33
  • 5
  • Hello same probleme here i am on windows 11 and i had many probleme to install nbextention Did you find any solution pls ? – Egos Apr 13 '23 at 10:01

1 Answers1

3

I found that when I slightly drag down the table of content on the LHS it solves this issue. It will still appear this way every time the notebook is loaded initially.

Iman Saleh
  • 31
  • 3