jupyterlab-toc icon indicating copy to clipboard operation
jupyterlab-toc copied to clipboard

Side bar is not showing up

Open WesErg opened this issue 5 years ago • 1 comments

I have update jupyterlab and the sidebar for TOC is not showing up.

image

Here is my extension list:

image

I am afraid I can't figure out what else to do.

WesErg avatar Oct 18 '20 18:10 WesErg

I had the same problem. These were the steps I took to solve it:

  1. Update Node.js using the conda-forge package as the conda Node.js package only goes to 10.x
  2. Delete build_config.json from ...\share\jupyter\lab\settings (https://discourse.jupyter.org/t/extension-shows-up-as-both-installed-and-uninstalled-and-doesnt-work/2688/2)
  3. Pull up jupyterlab extension list again and it should say "Build recommended, please run jupyter lab build:"
  4. Run 'jupyter lab build'

Hope that works for you too...

msjoules avatar Oct 30 '20 16:10 msjoules