jupyter-widgets / jupyterlab-sidecar

A sidecar output widget for JupyterLab
BSD 3-Clause "New" or "Revised" License
246 stars 39 forks source link

allow jupyterlab 4.0 #108

Closed ManonMarchand closed 1 year ago

ManonMarchand commented 1 year ago

Hello,

Good news here, jupyterlab-sidecar works in 4.0 without any major changes

See this proof: image

I'm not sure if it was the right way to do it, but I just allowed the new versions in the pyproject.toml and in the package.json so that doing pip install sidecar wont downgrade jupyterlab anymore

ManonMarchand commented 1 year ago

Nope, I got too fast, it still downgraded the jupyterlab version, WIP