Spyder error while launching it from Conda
I am getting an error message “Not possible for Spyder to create console for you”. I am launching spyder from conda, It opens up spyder correctly however, it gives an error message. I did check and I have correctly installed spyder-kernels. I am not able to understand the issue here. I am using Spyder 4.1.4 and python 3.8.3 64 bit and spyder-kernels 2.4.4.
Cannot launch Spyder in Anaconda Navigator and no error information returns
When launching Spyder from Anaconda Navigator, the application icon appears in the Mac dock and shows Application not responding, but no more error information comes out.
Cannot launch Spyder in Anaconda Navigator and no error information returns
When launching Spyder from Anaconda Navigator, the application icon appears in the Mac dock and shows Application not responding, but no more error information comes out.
Having spyder in different environments open differently
I want to have different instances for spyder for different environment. I can uncheck use a single instance in Tools>>Preferences>>Application>>Advanced settings. But I want spyder from different environments to open differently. Like for an example I want that my spyder in env1 should have files file1 and file2 open while spyder from env2 should have files file3 and file4 open when I start them. Whenever I start spyder it always has the same files open, no matter whatever environment I choose. Is it possible to do so?
Is there a machines module in Anaconda Spyder or a an alternative?
I am creating a new class and saved the data to a .py file.
I read that I could call that class from such file using the machines module.
I am using Anaconda Spyder and it seems there is no such module. moreover, where I read it seems the author of the article is using ‘MicroPython’.
How best to avoid overwriting library source files from Spyder?
I have Anaconda installed with a Python 3.9 environment under my personal user account on Windows. I use runfile
to run a *.py
file from the Spyder console. I normally have the Spyder editor closed and use Cygwin and Vim tabs/subwindows to do anything text related.