You cannot post messages because only members can post, and you are not currently a member.
Description:
Spyder is a Scientific PYthon Development EnviRonment providing MATLAB-like features in a simple and light-weighted software.
|
|
|
Modify the "show elapsed time" option
|
| |
Dear Spyder developers, I am a very satisfied user of the Spyder IDE. It looks great and works even better. I use it for all my larger Python assignments and projects. I also greatly enjoy the embedded profiler and pylint. Really superb! I would however like to propose one minor modification which would greatly... more »
|
|
Running Spyder on Python v. 2.7.5
|
| |
Hi, I am new to Python and coming from a MATLAB background. I installed Spyder, which came as part of Ananconda. However, Spyder is using Python 2.7.4. How can I upgrade Spyder to work with Python 2.7.5? Srini
|
|
Can I install Spyder 2.2 on MacOS 10.6 ?
|
| |
Hi. Thanks a lot for your great work and improvements ! I have Snow Leopard (10.6) and I would like to know if I can download and install spyder-2.2.0.dmg ... I installed spyder-2.2.0beta2_Snow_Leopard .dmg but I noticed that the version for snow leopard disappeared. Thanks again.
|
|
Spyder does not launch
|
| |
Hey everybody, today I started to use spyder, which I downloaded with Anaconda 1.5. Directly after installation the program launched without problems. After a while it crashed. Since then I was not able to relaunch spyder again. I tried: - Spyder in the start menu - the windows command window - to open most of the files which include the name "spyder"... more »
|
|
how spyder works?
|
| |
Does spyder works in shared memory using a MPI type of process over the interconnect or http or ...? I know from the compilation that it was using libpthread which is a shared memory library, but again, I am not sure what it is doing with it. Can somebody please explain? My concern is that it is using a process that it is not scalable or that it... more »
|
|
How does Spyder work around the GIL? Is it MPI compatible?
|
| |
Hello, please help me answer those questions, along with: do numpy and scipy thread or spyder does? I am planing to install spyder on Cray XE6 machine, with intention do so some python MPI and threading, and debugging Would spyder be of use for me? Thanks Ana
|
|
pyflakes in python3 mode
|
| |
Hi,
Exciting to see Python 3 support is arriving for spyder in the default
branch!
I am running Spyder from Hg source with python2 (on Arch Linux 64bit), and
after pulling the recent python3 changes I realized that code checking with
Pyflakes is suddenly in Python3 mode (rolling back to spyder 2.2 fixes... more »
|
|
dynamic printing in one line
|
| |
Hello all, I am trying to dynamically write to the same line of the console. The code below does work in standard consoles but dosn't work in Spyder, at least with its default settings. Why? I am working under Windows, Spyder 2.1.11. import sys import time sys.stdout.write('static and ') last_lenght = 0... more »
|
|
|