Differences
This shows you the differences between two versions of the page.
habrok:examples:spyder [2024/12/06 15:52] – created fokke | habrok: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 | ||
</ | </ | ||
+ | |||
+ | Once you have installed Spyder, you can start a " | ||
+ | < | ||
+ | mamba activate spyder-env | ||
+ | spyder | ||
+ | </ | ||
+ | |||
+ | This should start up the Spyder GUI. |