Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The conda-forge package is not working -- and the instructions have the wrong name for it #69

Closed
mjkanji opened this issue Jul 23, 2023 · 3 comments
Assignees
Labels
area: documentation 📖 Improvements or additions to documentation type: bug 🐛 Something isn't working

Comments

@mjkanji
Copy link

mjkanji commented Jul 23, 2023

Hi there!

The installation instructions for the conda package in the README are:

conda install -c conda-forge jupyterlab_accessible_themes

However, the name of the package in conda-forge is actually jupyterlab-accessible-themes (it uses dashes, not underscores).

Also, the conda version is not detected by JupyterLab correctly:

micromamba create -n temp -y python=3.10 "jupyterlab<4" jupyterlab-accessible-themes
micromamba activate temp
jupyter labextension list

# Prints:
# JupyterLab v3.6.5
# /home/ubuntu/micromamba/envs/temp/share/jupyter/labextensions
#         jupyterlab_pygments v0.2.2 enabled OK (python, jupyterlab_pygments)

Note that the accessible themes are not listed. However, the pip version works fine:

# This is a new environment
micromamba create -n temp -y python=3.10 "jupyterlab<4"
micromamba activate temp
pip install jupyterlab_accessible_themes
jupyter labextension list

# Prints:
JupyterLab v3.6.5
# /home/ubuntu/micromamba/envs/temp/share/jupyter/labextensions
#         jupyterlab_pygments v0.2.2 enabled OK (python, jupyterlab_pygments)
#         @jupyterlab-accessible-themes/jupyterlab-theme-githublight v0.1.0 enabled OK
#         @jupyterlab-accessible-themes/jupyterlab-theme-pitayasmoothie v0.1.0 enabled OK
@mjkanji mjkanji changed the title Instructions have the wrong name for the conda-forge package -- and it's not working The conda-forge package is not working -- and the instructions have the wrong name for it Jul 23, 2023
@trallard trallard added type: bug 🐛 Something isn't working area: documentation 📖 Improvements or additions to documentation labels Aug 24, 2023
@trallard
Copy link
Member

Thanks for reporting these issues @mjkanji I am only seeing this so apologies for the delay. We are working on the package and hope to have a fix for this soon.

@trallard trallard self-assigned this Aug 24, 2023
@steff456
Copy link
Contributor

This issue should be fixed with the latest release, it is already available in the conda-forge channel. @mjkanji can you please try it and let me know if you still encounter the same issue?

@steff456
Copy link
Contributor

Closing this issue because the package is now working on conda 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: documentation 📖 Improvements or additions to documentation type: bug 🐛 Something isn't working
Projects
Status: Done 💪🏾
Development

No branches or pull requests

3 participants