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

labextension/package.json for 1.0.0 still contains version 0.4.1 #208

Closed
frittentheke opened this issue Jul 12, 2024 · 2 comments
Closed

Comments

@frittentheke
Copy link

frittentheke commented Jul 12, 2024

Describe the bug

I noticed that Jupyterlab was reporting a version of 0.4.1 for the jupyter-fs extension when pip install jupyter-fs==1.0.0 clearly installed version 1.0.0.

Looking at /opt/conda/lib/python3.11/site-packages/jupyterfs/labextension/package.json shows why that is:

{
  "name": "jupyter-fs",
  "version": "0.4.1",
  "description": "A Filesystem-like mult-contents manager backend for Jupyter",
  "author": "The jupyter-fs authors",

[...]

Obviously this also affects the config file at

~/.jupyter/lab/user-settings/jupyter-fs/plugin.jupyterlab-settings and the writtenVersion

To Reproduce
Steps to reproduce the behavior:

  1. pip install jupyter-fs==1.0.0
  2. Start JupyterLab
  3. Look at list of installed extensions in Extension Manager
  4. See error
@frittentheke
Copy link
Author

@timkpaine was this not a valid bug report? Or is this already fixed somehow?
I saw that there is PR #204

@timkpaine
Copy link
Collaborator

@frittentheke not a code problem, the sdist is fine so I did a post release on the wheel which you can use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants