-
Notifications
You must be signed in to change notification settings - Fork 662
Spyder IDE Setup for FDS Python Utilities
Chandan Paul edited this page Nov 14, 2025
·
4 revisions
Spyder is a popular open-source IDE for Python.
To set it up:
-
first download FDS following:
👉 FDS Compilation Guide -
Then setup the FDS python environment (fds_python_env) following:
👉 Python Setting Up Your Environment
- Open a terminal (or Command Prompt) and assuming fds_python_env is already activated:
pip install spyder-kernels
- Open your "spyder" IDE and go to either Tools/Preferences or Python/Preferences and edit the "Python interpreter" to point the "python" under the fds_python_env folder, and apply.
Open a terminal (or Command Prompt) and assuming fds_python_env is already activated:
pip install spyderFrom any terminal (or Command Prompt) and assuming fds_python_env is already activated:
spyderSpyder will launch, ready to edit, run, and visualize Python scripts (similar to MATLAB).