This repository has been archived by the owner on Jul 9, 2024. It is now read-only.
Using jupyter labextension manager to install jupyterlab-recents gives error, but conda install works? #6
Labels
question
Further information is requested
Description
I wanted to install the package "jupyterlab-recents" the same way that I installed the package "jupyterlab-code-snippets"
The following command WORKED for "jupyterlab-code-snippets" using the jupyter labextension manager, but not for "jupyterlab-recents".
However, the following command failed with a jupyterlab-recents version error
C:\Users\PowerUser\Desktop>jupyter labextension install jupyterlab-recents
Then I tried the
conda install -c conda-forge jupyterlab-recents
and IT WORKED.HERE IS THE RESULT:
C:\Users\PowerUser\Desktop>conda install -c conda-forge jupyterlab-recents
Collecting package metadata (current_repodata.json): done
Solving environment: done
Package Plan
environment location: C:\ProgramData\Anaconda3\envs\topss
added / updated specs:
- jupyterlab-recents
The following packages will be downloaded:
The following NEW packages will be INSTALLED:
jupyterlab-recents conda-forge/noarch::jupyterlab-recents-3.0.1-pyhd8ed1ab_0 None
Proceed ([y]/n)? y
Downloading and Extracting Packages
jupyterlab-recents-3 | 17 KB | ###################################################################################################################################### | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
Retrieving notices: ...working... done
##############################
I don't understand why the approach using "jupyter labextension manager" did not work.
HERE IS THE OUTPUT using "jupyter labextension manager"
Reproduce
Type the command:
C:\Users\PowerUser\Desktop>jupyter labextension install jupyterlab-recents
Here is the result:
HERE IS THE LOG FILE:
The text was updated successfully, but these errors were encountered: