Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

can't find the toc bar at the left side of the jupyter lab #127

Open
kevynchen opened this issue Apr 5, 2020 · 9 comments
Open

can't find the toc bar at the left side of the jupyter lab #127

kevynchen opened this issue Apr 5, 2020 · 9 comments
Labels
question Further information is requested

Comments

@kevynchen
Copy link

kevynchen commented Apr 5, 2020

Hello, I have some issues that need your help. I install the toc and run the 'jupyter lab build',and there is no error,but when I refresh the browser of the jupyter lab,i can't find the toc side bar,so it doen't work.

besides: my jupyter lab version is 2.0.1, python 3.7.6,could you help to check what is the problem of it?

Thanks!

@kevynchen
Copy link
Author

kevynchen commented Apr 5, 2020

toc

@kevynchen kevynchen changed the title i can't find the toc bar at the left side of the jupyter lab Apr 5, 2020
@yiolino
Copy link

yiolino commented Apr 12, 2020

I had the same problem.
I was using jupyter/datascience-notebook's docker image, and when I changed the tag to the old one, the toc sidebar appeared, maybe the latest version of jupyter lab doesn't support it.

@yubrshen
Copy link

I'm having the same problem with Jupyter 2.1.0.
I tried to remove Jupiterlab and reinstall, it didn't help.

@zaneselvans
Copy link

I am also having the same issue -- I've attempted un-installing and re-installing several times, re-building Jupyter, etc. It makes no difference. I'm running Jupyter on Ubuntu 20.04, with Python 3.8.2, and additional software versions below:

$ jupyter --version
jupyter core     : 4.6.3
jupyter-notebook : 6.0.3
qtconsole        : 4.7.4
ipython          : 7.14.0
ipykernel        : 5.2.1
jupyter client   : 6.1.3
jupyter lab      : 2.1.2
nbconvert        : 5.6.1
ipywidgets       : 7.5.1
nbformat         : 5.0.6
traitlets        : 4.3.3
nodejs --version
v12.16.3
$ jupyter labextension list
JupyterLab v2.1.2
Known labextensions:
   app dir: /home/zane/miniconda3/envs/pudl-dev/share/jupyter/lab
        @axlair/jupyterlab_vim v0.12.2  enabled  OK
        @jupyter-widgets/jupyterlab-manager v2.0.0  enabled  OK
        @jupyterlab/debugger v0.2.0  enabled  OK
        @jupyterlab/toc v3.0.0  enabled  OK
        nbdime-jupyterlab v2.0.0  enabled  OK

@n8craig
Copy link

n8craig commented May 22, 2020

I too am not finding the TOC on the left after several attempts at install. Win10Pro, Python 3.7.7

jupyter core     : 4.6.3
jupyter-notebook : 6.0.3
qtconsole        : 4.7.4
ipython          : 7.13.0
ipykernel        : 5.1.4
jupyter client   : 6.1.3
jupyter lab      : 1.2.6
nbconvert        : 5.6.1
ipywidgets       : 7.5.1
nbformat         : 5.0.6
traitlets        : 4.3.3
JupyterLab v1.2.6
Known labextensions:
   app dir: C:\Users\XXXX\anaconda3\share\jupyter\lab
        @jupyterlab/toc v2.0.0 enabled  ok

@lkev
Copy link

lkev commented May 24, 2020

I was having the same problem with Jupyter Lab v2.1.3. I uninstalled all extensions, ran jupyter lab clean --all, uninstalled and reinstalled jupyter through conda and that got it going.

You may have to uninstall/reinstall extensions & rebuild on launching.

@lresende lresende added the question Further information is requested label May 25, 2020
@n8craig
Copy link

n8craig commented Jun 9, 2020

I was having the same problem with Jupyter Lab v2.1.3. I uninstalled all extensions, ran jupyter lab clean --all, uninstalled and reinstalled jupyter through conda and that got it going.

You may have to uninstall/reinstall extensions & rebuild on launching.

This worked for me.

@CloudZazu
Copy link

I was having the same problem with Jupyter Lab v2.1.3. I uninstalled all extensions, ran jupyter lab clean --all, uninstalled and reinstalled jupyter through conda and that got it going.

You may have to uninstall/reinstall extensions & rebuild on launching.

This worked for me too with my local environment. Thanks! Seems like an extension environment concern.

@patschw
Copy link

patschw commented Oct 29, 2020

I was having the same problem with Jupyter Lab v2.1.3. I uninstalled all extensions, ran jupyter lab clean --all, uninstalled and reinstalled jupyter through conda and that got it going.

You may have to uninstall/reinstall extensions & rebuild on launching.

Worked for me as well. Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

9 participants