This is an old revision of the document!


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 installation page.
  • After this you can install Spyder into a mamba environment using:
mamba create -c conda-forge -n spyder-env spyder numpy scipy pandas matplotlib sympy cython