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
When I update notebook to version 7.1 or higher, my poetry (ver 1.3.2) does not recognize the dependencies on jupyterlab and jupyter-server, and deletes them:
Hi @RRosio, sorry for the delay. Yes, installing with pip works perfectly, and I didn't check it with Anaconda.
My issue is not installation per se, but maintaining a system of packages, for which I use poetry dependency manager, and switching to Anaconda is not a viable short-term option. I guess it's not the intended way of installation, but it used to work
RRosio
changed the title
Broken dependencies in versions >=7.1
Error when updating using Poetry: Broken dependencies in versions >=7.1
Jul 2, 2024
Description
When I update
notebook
to version 7.1 or higher, my poetry (ver 1.3.2) does not recognize the dependencies on jupyterlab and jupyter-server, and deletes them:And without those one can't launch notebook.
I see that some of those dependencies are present in the
pyproject.toml
in this repository, so the problem might be elsewhere.Context
The text was updated successfully, but these errors were encountered: