jupyterlab/jupyterlab-toc

An error occurred installing @jupyterlab/toc-extension.

qizhengyang2017 opened this issue · 4 comments

I used the command line below to install toc-extension.

jupyter labextension install jupyterlab-toc

It returned an error:

Extension Installation Error
An error occurred installing @jupyterlab/toc-extension.
Error message:
No version of @jupyterlab/toc-extension could be found that is compatible with the current version of JupyterLab. However, it seems to support a new version of JupyterLab. Consider upgrading JupyterLab.

Conflicting Dependencies:
JupyterLab              Extension      Package
>=2.2.4 <2.3.0          >=3.0.7 <4.0.0 @jupyterlab/application
>=2.2.2 <2.3.0          >=3.0.7 <4.0.0 @jupyterlab/docmanager
>=2.2.2 <2.3.0          >=3.0.7 <4.0.0 
$jupyter lab --version
2.2.6

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗

If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
welcome
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋

Welcome to the Jupyter community! 🎉

Hey @qizhengyang2017 this extension has been merged within JupyterLab starting from v3. Hence the error you're seeing. The good news is that you actually don't need to do anything more than installing JupyterLab 3.

Hello, I just installed jupyter lab 3.0.7 and I don't see the TOC anywhere. Here is what I see:

Screenshot 2021-04-12 at 11 58 40

Is there something that I can do to fix this?

@DonovanAD I transfer your issue as the context is different