Show pageOld revisionsBacklinksFold/unfold allBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Spyder ====== Spyder (https://www.spyder-ide.org/) is a Python IDE and tool to run interactive Python applications in a GUI. Unfortunately we don't have a recipe for integration into the web portal. It can be installed by cluster users, however, and run from an interactive desktop session. Here are some instructions for how to set up Spyder. * You should start by setting up Mamba, using the instructions on the [[Mamba]] page. * After this you can install Spyder into a mamba environment using: <code> mamba create -c conda-forge -n spyder-env spyder numpy scipy pandas matplotlib sympy cython </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. Log In