Switch to nbclassic and Python 3.12.11#479
Conversation
ae183b7 to
0980742
Compare
|
@edan-bainglass, @danielhollas - this one is ready, please test 🙏 |
| PSQL_START_CMD="pg_ctl --timeout=180 -w -l ${PSQL_LOGFILE} start" | ||
|
|
||
| MAMBA_RUN="mamba run -n aiida-core-services" | ||
| CONDA_RUN="conda run -n aiida-core-services" |
There was a problem hiding this comment.
The time I tried, Mamba was just hanging and not moving forward, so I switched to conda to make it work.
I can try to revert it and see how it goes this time.
There was a problem hiding this comment.
Please try. If it fails, good to understand why.
The RMQ update has been merged and I've updated this PR here. The changes here look good to me, but I think we should release a new image with aiida-core 2.8.0 before merging this, see #564. I've also discussed with @yakutovicha that it would be good to do a bit more testing, in particular to have at least one app upgraded and confirmed working, so that we do not run into any further surprises. Please also address my previous comments: (EDIT: I've done the first two)
|
danielhollas
left a comment
There was a problem hiding this comment.
I think once we make the aiidalab-home release we can merge this.

fixes #552
We switch to nbclassic interface, which is now supported in appmode.
Notebook v7 is currently not supported in Appmode.