-
Notifications
You must be signed in to change notification settings - Fork 106
An error occurred installing @jupyterlab/toc-extension. #156
Comments
same here |
If you install JupyterLab 3.0, TOC is pre-installed as it moved to be a core-extension. |
@jasongrout similar problem, jupyterlab 1.23. when I install
fails
also tried extension manger is enabled and I have other extensions installed |
@numeric-lee for JupyterLab 1 and 2, the correct extension name is
|
@fcollonval
cannot install the dependencies
From the jupyterlab UI, when I type your suggested extension to the searchbox, it finds only toc-extension installing that from the UI fails with the same error as from the command line |
I was at least able to install the @aquirdturtle/collapsible_headings extension which has slightly similar funcitonality. |
You need to figure out why this is not working because without nodejs, you won't be able to install JupyterLab extensions for version prior to v3.
This is suprising because, you could only install it if nodejs was installed. You could try forcing the extension version; for JupyterLab v1, the latest compatible version is
|
@numeric-lee Your environment is borked, you need to fix that first. Try this suggestion from SO to get a recent-enough version of nodejs installed: conda install nodejs -c conda-forge --repodata-fn=repodata.json --debug If that doesn't work, your only option may be to move on and start a new conda env. Once you have node installed, my strong recommendation would be to first upgrade to the latest 3.x jupyterlab. jlab 1.2.3 is practically ancient at this point; there have been literally thousands of fixes and improvements made since v1.2.3 was released 2+ years ago. It also has the TOC builtin. Still, if you really want to, once you have node installed, the: jupyter labextension install @jupyterlab/toc command should then run correctly. |
Any updates on this one? I am also getting the same error |
@sushmit86 if you are using JupyterLab 3, the extension is built-in and don't need to be installed. |
Can someone share instructions on how to update. Thus far nothing has
worked for me
…On Fri, Jul 23, 2021, 1:30 AM Frédéric Collonval ***@***.***> wrote:
Any updates on this one? I am also getting the same error
@sushmit86 <https://github.com/sushmit86> if you are using JupyterLab 3,
the extension is built-in and don't need to be installed.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#156 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOJ5LXHFHKG3M3RH7RY6CWTTZD5A5ANCNFSM4TEIBOPQ>
.
|
@fcollonval I am on Jupyter lab3 |
@sushmit86 you don't need this extension in lab 3.0 which already includes the jupyterlab-toc feature. Jupyterlab-toc is for jupyterlab 2.0 only and the repository has been archived. |
@SylvainCorlay and @fcollonval Thanks for the help, I figured out it was an environment issue. |
@HalleypC you don't need to click install, because as you mention it is already build in. The sidebar tab above the extensions manager includes the TOC panel; for overview of functions see the documentation: https://jupyterlab.readthedocs.io/en/stable/user/toc.html |
wow ha, can you tell how new I am? Thank you @krassowski ! |
Locking as it is now part of JupyterLab (since v3) and users are very likely to use it. |
I've just change from jupyter notebook to jupyter lab. When I try to install the toc extension, i got
When I search for the instaleld versions in my device it says that
which it seems to be compatible.
The text was updated successfully, but these errors were encountered: