Directly installing the packages from the ipynb file may not work, because many packages have not been updated to the newer python environment. You can work it out yourself but it would take some time to do so, Please use the environment.yml file (which has fixed the python to 3.8.16 for example, but if using colab, the python is up-to-date version maybe 3.11 in April 2024 and cause incompatible issues with other packages) when possible, and it should still work until April 2024.
Also, it is a bit slow even with v100 colab provided to run the simulation, please consider use RTX4090 is recommended when availiable.
Directly installing the packages from the ipynb file may not work, because many packages have not been updated to the newer python environment. You can work it out yourself but it would take some time to do so, Please use the
environment.ymlfile (which has fixed the python to 3.8.16 for example, but if using colab, the python is up-to-date version maybe 3.11 in April 2024 and cause incompatible issues with other packages) when possible, and it should still work until April 2024.Also, it is a bit slow even with
v100colab provided to run the simulation, please consider useRTX4090is recommended when availiable.