You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
pip install jupyter-fs==1.0.0
Start JupyterLab
Look at list of installed extensions in Extension Manager
See error
The text was updated successfully, but these errors were encountered:
Describe the bug
I noticed that Jupyterlab was reporting a version of 0.4.1 for the
jupyter-fs
extension whenpip 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:Obviously this also affects the config file at
~/.jupyter/lab/user-settings/jupyter-fs/plugin.jupyterlab-settings
and thewrittenVersion
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: