5,081 questions
0
votes
0
answers
21
views
Why is the CC property overwritten when I try to add recipients to a win32com object?
When I try to add more recipients to the CC line of a win32com object, the recipients are added to the To line and the CC line is overwritten. How do I add recipients to the CC line without ...
1
vote
1
answer
79
views
Wrap lines in Spyder 6 editor
How do i wrap lines in the editor in Spyder 6? I recently updated my Spyder, and it seems the functionality to wrap lines has disappered. Here is a screenshot of Tools -> Preferences -> Editor, ...
1
vote
2
answers
96
views
Spyder version 6.1, Spyder-kernels=3.1 in Python 3.8
When I have looked through all documentation, it seems to say the current spyder version supports python 3.8, yet spyder-kernels=3.1 requires python 3.9 or greater. Did I miss something in the ...
0
votes
1
answer
68
views
Disabling Numpy Array Helper in Spyder
I would like to disable the AltGr + M shortcut in Spyder. Currently, it opens a "Numpy array helper" but I would rather be able to insert the µ character as I'm often dealing with units ...
1
vote
0
answers
78
views
Spyder variable explorer not showing variable in custom environment
I am using Spyder for Python development and conda to maintain environments. Spyder is installed in the base environment, while my Python code runs in a custom environment. I have installed spyder-...
0
votes
0
answers
72
views
Unable to install petitRADTRANS in Spyder
Using Spyder installed through Anaconda. I want to use the petitRADTRANS package. As instructed on their website https://petitradtrans.readthedocs.io/en/latest/index.html, I have tried the following ...
-1
votes
1
answer
92
views
How to remove todo checkmark from Spyder?
Ever since I wrote this line of code there has been a todo list checkmark next to it and I have no idea why or how to get rid of it.
I have tried clicking it, right clicking it, going to Source -> ...
1
vote
0
answers
109
views
ModuleNotFoundError: No module named 'webdrivermanager' with Spyder
Question: Why do I get the error I get, although to me it seems that the webdriver is in PATH?
Problem description and context:
I am trying to do some coding that requires using the webdriver manager ...
-3
votes
1
answer
145
views
Permission denied when trying to rewrite files
I would like to alter a single word in a lot of .blk files. I use Python. I asked ChatGPT but I keep getting this error
in WordSwap
with open(FilePath, "w", encoding="utf-8") ...
0
votes
1
answer
1k
views
Switching over from Spyder to VSCode
I am a long time user of Spyder to do data science with Python. At work I am trying to switch over to VSCode so that I can benefit from AI tools such as Amazon Q. So far I can not put together a set ...
0
votes
0
answers
20
views
"Debug the current line or selection" not working properly in Spyder on Mac
In Spyder 6.1.0, with Python 3.13.5 on MacOS Tahoma (26.0.1), debugging the current line or selection doesn't show the blue arrow pointing to the current line. The debugger still works, as one can see ...
0
votes
0
answers
594
views
Spyder 6 error starting kernel since update to 6.1.0
Since the update I get the following error message.
An error occurred while starting the kernel
The Python environment or installation whose interpreter is located at
C:\Users\Maximilian\...
3
votes
1
answer
945
views
GPU supported Jax Installation [closed]
I am quite new to jax. I am trying to make use of it to do some optimization work. I have tried using a CPU-only version jax, and it has worked well. Indeed the speed is not impressive as expected, so ...
0
votes
1
answer
207
views
how to set directory to look for modules (spyder)?
i am a complete newbie in python and am trying to get familiar with spyder as IDE.
is it possible to set the location where spyder looks for the module when a script is executed? for some reason, if i ...
0
votes
1
answer
498
views
How to change environment within the graphical interface of spyder?
I will provide a self answer to this question, it has been bugging me for years and I only recently found out the solution so I suspect that other people have encountered the same issue.
Q: Is it ...