jupyterlab-flake8 icon indicating copy to clipboard operation
jupyterlab-flake8 copied to clipboard

Support for JupyterLab 4?

Open raffaem opened this issue 2 years ago • 1 comments

Does it support Jupyter Lab 4?

because it is telling me that the extension is outdated:

❯ jupyter-labextension list
JupyterLab v4.0.5
[...]

   The following extensions are outdated:
        jupyterlab-flake8
        
   Consider checking if an update is available for these packages.

raffaem avatar Sep 01 '23 15:09 raffaem

I'm experiencing the same thing, also on macOS:

❯ jupyter labextension list
JupyterLab v4.1.3
/Users/timdiller/venv/share/jupyter/labextensions
        jupyterlab_pygments v0.3.0 enabled OK (python, jupyterlab_pygments)
        jupyterlab-flake8 v0.7.0 enabled  X (python, jupyterlab_flake8)


   The following extensions are outdated:
        jupyterlab-flake8
        
   Consider checking if an update is available for these packages.

pip list shows I have jupyterlab-flake8 0.7.1

timdiller avatar Mar 06 '24 20:03 timdiller