Niklas Siemer

Results 50 comments of Niklas Siemer

Temporary fix (upper bound on `ipywidgets` is merged in #729.

I am not so sure, can we use a regex as prefix? If yes and conda-forge allows this this could solve the issue. I also asked at versioneer if it...

I fear this problem is on our end: It is reported already in https://github.com/pyiron/pyiron_base/issues/791... @Leimeroth has the most experience running pyiron in the remote setup - is there a workaround...

We could export the conda environment to recreate the exactly same environment. Also, did you check if we warn on more things in the CI?

It really heavily depends on how the different systems try to represent the objetcs: JupyterLab used the `_repr_json_` method if this is defined, JupyterNotebooks only use the `_repr_html_` method (if...

I am not sure why the macOS times out after ~5 minutes?

https://github.com/pyiron/pyiron_base/actions/runs/7972721340/usage?pr=1317 shows the total billable time for the entire workflow just passes the 30 minutes (At least in the first attempt) - I wonder if this is related to the...

Sure, and you are absolutely right-the github workflows are always taken from main! I forgot... This protects us from possible security issues.

I agree, could you nonetheless post the corresponding error?

> In my `.pyiron` config I have the following lines: > > ``` > [DEFAULT] > RESOURCE_PATHS = ${CONDA_PREFIX}/share/pyiron, /Users/janssen/pyiron/resources > PROJECT_CHECK_ENABLED = False > DISABLE_DATABASE = True > ```...