question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

An error occurred installing @jupyterlab/toc-extension.

See original GitHub issue

I’ve just change from jupyter notebook to jupyter lab. When I try to install the toc extension, i got

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.6 <2.3.0          >=3.0.0-beta.8 <4.0.0@jupyterlab/application
>=2.2.4 <2.3.0          >=3.0.0-beta.8 <4.0.0@jupyterlab/docmanager
>=2.2.4 <2.3.0          >=3.0.0-beta.8 <4.0.0@jupyterlab/fileeditor
>=2.2.7 <2.3.0          >=3.0.0-beta.8 <4.0.0@jupyterlab/notebook
>=2.2.4 <2.3.0          >=3.0.0-beta.8 <4.0.0@jupyterlab/rendermime

When I search for the instaleld versions in my device it says that

$ jupyter --version
jupyter core     : 4.6.3
jupyter-notebook : 6.1.4
qtconsole        : 4.7.7
ipython          : 7.18.1
ipykernel        : 5.3.4
jupyter client   : 6.1.7
jupyter lab      : 2.2.9
nbconvert        : 6.0.7
ipywidgets       : 7.5.1
nbformat         : 5.0.8
traitlets        : 5.0.5

which it seems to be compatible.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:2
  • Comments:19 (8 by maintainers)

github_iconTop GitHub Comments

7reactions
lresendecommented, Jan 31, 2021

If you install JupyterLab 3.0, TOC is pre-installed as it moved to be a core-extension.

2reactions
KennyNg-19commented, Jan 31, 2021

same here

Read more comments on GitHub >

github_iconTop Results From Across the Web

Jupyter labextension install @jupyterlab/toc returns error
Have you tried installing jupyter and jupyter labs first? pip install jupyter pip install jupyterlab. Then jupyter labextension install ...
Read more >
@jupyterlab/toc-extension - npm
A JupyterLab extension which provides an entry-point and commands for the @jupyterlab/toc package. Keywords. jupyter · jupyterlab · jupyterlab-extension ...
Read more >
Extensions — JupyterLab 3.6.0b0 documentation
A JupyterLab extension contains JavaScript that is installed into Jupyterlab and run in the browser. An extension contains one or more plugins that...
Read more >
JupyterLab - PyPI
When using a version of Jupyter Notebook earlier than 5.3, the following command must be run after installation to enable the JupyterLab server...
Read more >
@jupyterlab
When using a version of Jupyter Notebook earlier than 5.3, the following command must be run after installation to enable the JupyterLab server...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found