pyiron_base
pyiron_base copied to clipboard
binder environments cannot be built with jupyterlab>4.1.6
If jupyterlab>4.1.6 and pyiron-base are present in the environment file, mybinder instances do not wrong. The build happens without issues, but the container notebook is not started. For an example, see this repo. Fixing jupyterlab to 4.1.6 fixes the issue.
Log from binder run: binderrun.log
When I look at your logs, then you first install:
jupyterlab 3.6.6 pyhd8ed1ab_0 conda-forge
jupyterlab_pygments 0.2.2 pyhd8ed1ab_0 conda-forge
jupyterlab_server 2.25.0 pyhd8ed1ab_0 conda-forge
jupyterlab_widgets 3.0.9 pyhd8ed1ab_0 conda-forge
and afterwards:
jupyterlab 4.2.0 pyhd8ed1ab_0 conda-forge
jupyterlab_pygments 0.2.2 pyhd8ed1ab_0 conda-forge
jupyterlab_server 2.25.0 pyhd8ed1ab_0 conda-forge
jupyterlab_widgets 3.0.9 pyhd8ed1ab_0 conda-forge
Does the same happen when you remove jupyterlab from the environment.yml file? Or is there a specific reason to change it? I think when 3.6.6 is installed by default then it makes sense that it breaks at a certain point. I did not know that it's 4.1.6 but that sounds reasonable.