0

I am trying to use the toc2, but when I enable this, I cannot see all the contents in my Jupyter like the picture shown below. enter image description here I am using Safari to run Jupyter and here is my version of nbextension. enter image description here

I have tried to change the version of nbextension and go to the "edit notebook metadata" change the setting following by this.

1 Answers1

0

Try downgrade to 6.4.12 using code below. Then drag the TOC from sidebar to make if floating and then drag it back to sidebar. It should place the TOC in your chosen height.

pip install notebook==6.4.12
Gedas Miksenas
  • 959
  • 7
  • 15