How can I solve jupyter lab dependency issues when installing an extension?

830 Views Asked by At

I'm trying a new Python lib, and the docs tell to install a jupyter lab extension to make it work, using the command:

jupyter labextension install @jupyter-widgets/jupyterlab-manager@2

However, there is some kind of conflict. I have no idea how to solve it... The log file is not helpful to me.

enter image description here

0

There are 0 best solutions below