Hi,
Total newbie, I am stock on switching extension manager from read-only to pypi or whatever which would allow me to manage/discover extension from there.
Fresh installation of Jupyterlab via miniconda3. labextension is installed. I have cleared the warning disclaimer.
Probably obvious but I can’t figure out how to overcome this situation.
I tried the config file jupyter_lab_config.py, forcing extension_manager=pypi, though it is supposed to be by default.
Any idea what I am missing?
oh, ok, I understand.
So if using pypi is not recommended or straightforward with conda, do you know what is the recommandation to benefit from extension via extension manager with conda, if any?
I tried the config file jupyter_lab_config.py , forcing extension_manager=pypi , though it is supposed to be by default.
Yes, this is the default. Since ~24 hours ago on new installations of JupyterLab the PyPI manger is failing because of a new release of httpx, see Failed to instantiate the extension manager pypi · Issue #17012 · jupyterlab/jupyterlab · GitHub. This is fixed in developement version of JupyterLab but we cannot release a new version due to an unrelaged release blocker. You should be able to downgrade httpx to version older than 0.28.0 and it should just work