Using Spyder on levante#
The problem#
The Python IDE Spyder is hidden in the python3 module and needs additional libraries from spack to start.
The solution#
Load the missing libraries via spack and load python3 (which contains spyder):
spack load libxscrnsaver
module load python3
spyder &
libGL.so.1 missing
How to build ICON on Levante