Differences

This shows you the differences between two versions of the page.

Link to this comparison view

habrok:examples:spyder [2024/12/06 15:52] – created fokkehabrok:examples:spyder [2024/12/06 15:54] (current) fokke
Line 8: Line 8:
 mamba create -c conda-forge -n spyder-env spyder numpy scipy pandas matplotlib sympy cython mamba create -c conda-forge -n spyder-env spyder numpy scipy pandas matplotlib sympy cython
 </code> </code>
 +
 +Once you have installed Spyder, you can start a "Remote desktop" environment on the Hábrók web portal. In this session you can open up a command line terminal window. In this window you can start Spyder using the commands:
 +<code>
 +mamba activate spyder-env
 +spyder
 +</code>
 +
 +This should start up the Spyder GUI.