You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
If you don't have Spyder IDE installed:
Linux, macOS, and Windows
One-time setup
Open a terminal (or Command Prompt) and assuming fds_python_env is already activated:
pip install spyder
Next time onwards
From any terminal (or Command Prompt) and assuming fds_python_env is already activated:
spyder
Spyder will launch, ready to edit, run, and visualize Python scripts (similar to MATLAB).