Questions tagged [spyder]

Spyder (previously known as Pydee) is a powerful interactive development environment for the Python language with advanced editing, interactive testing, debugging and introspection features.

The name "Spyder" is for Scientific PYthon Development EnviRonment.

References

5119 questions
1
vote
0 answers

Where does Cygwin install python packages?

I'm (desperately) trying to install this python package on my new Windows machine. I have downloaded and unzipped the tar.gz file, followed the instructions and everything looks good. Now, when I open Spyder and try to execute the program importing…
scott
  • 35
  • 5
1
vote
1 answer

Conda-pack breaks spyder

I'm trying to use conda-pack to distribute a conda env to a different offline machine. Following the steps at https://conda.github.io/conda-pack/ results in most things working (e.g. python, ipython, importing modules). However, Spyder is not…
user3731622
  • 4,844
  • 8
  • 45
  • 84
1
vote
1 answer

Python Spyder- Horizontal scrollbar in IPython console hiding the last line

When the Spyder console has displayed output too wide to view, it adds a horizontal scroll bar to the bottom. This scrollbar hides the last command line of the console, and it seems I am unable to scroll down further. It's a very minor issue but…
1
vote
1 answer

Are there significant risks of using chrome driver

I need to use chrome driver to automate web navigation using selenium. However, the work computer that I use did not like it, I had to bypass a couple of security blocks. When I dowloaded chrome driver I tried to run it in the cmd terminal which…
1
vote
1 answer

Spyder IDE Editor Colors

In Anaconda Spyder is there a way to make the editor assign colors like in this IDE? It would be very helpful for learning and keeping track of variables.
Tinkinc
  • 449
  • 2
  • 8
  • 21
1
vote
0 answers

what means Error: application file not generated yet?

I want to simulate a Model from Openmodelica with help from toolbox OMPython in Spyder. Here is the script: import numpy as np from numpy import linalg as la import matplotlib.pyplot as plt from OMPython import ModelicaSystem from OMPython import…
1
vote
1 answer

Spyder started launching separate Python application for each console

I'm running Anaconda Navigator 1.10.0 on Mohave with Spyder 4.1.5. I've notice in the past week for every console (kernel) I am running, it launches a separate Python app. It's annoying when running multiple consoles and using 'Command + tab' to…
foobash
  • 73
  • 5
1
vote
1 answer

Error while converting value of angle to degrees from radians in Python

I am trying to write program for projectile motion in Python, while entering the values of horizontal velocity and vertical velocity, I am getting the correct results if I enter definite constant values directly in the program. But when I use the…
mnuizhre
  • 169
  • 7
1
vote
1 answer

How to save Spyder IDE state without closing?

When I close Spyder it saves the state of the IDE (mainly which files are open in the editor pane). However, I am having problems with crashes and when I restart Spyder it recognizes an autosave files, but that only covers unsaved file edits, not…
Llaves
  • 683
  • 7
  • 20
1
vote
2 answers

Regarding good coding practices, what is meant by "Useless return at end of function and method"?

I'm using Spyder to create a web scraper, and things are moving smoothly so far. As a rookie, Spyder's Code Analysis function is something I find useful for improving the standard of my code. However, while I usually understand its…
user14046737
1
vote
0 answers

Spyder debugger ignores breakpoints

I'm using spyder 3.3.6 and, since a week ago or so, the debugger has suddenly start ignoring any breakpoints I define by placing a red dot with a double click on the corresponding line. Once I start debugging pressing Ctrl+5 the debugger stops at…
JTM
  • 33
  • 1
  • 6
1
vote
1 answer

How can I set the y axis of the Trellis plot properly so it is not smudged?

I am trying to make a Trellis plot for the data set but I am unable to get it working. The plot works on Jupiter notebook with fig.show() with proper spaces. But somehow I need to set the renderer to see the graph in Spyder 4. I need to generate the…
1
vote
0 answers

How can I activate code folding in spyder 4.0.1 when there is no checkbox in preferences/editor to do so?

I use WSL on my windows laptop and am perfectly fine to use spyder via VcXsrv. Current version: 4.0.1 - if I try to update to a newer version it tells me that 'all requested packages are already installed'. Additionally, I updated anaconda as…
1
vote
1 answer

Python / Spyder - Undefined variable error, when variable is defined and shown in the environment. Code works even with the error

I am getting a strange error when defining variables in Python 4.1.5 (IDE:Spyder). However, even with the error, the code runs without any issues! As you can see, the variable social_cost_of_carbon is stored as a variable, but I keep getting that…
sophocles
  • 13,593
  • 3
  • 14
  • 33
1
vote
1 answer

spyder 4.1.5 cancel instant document(argument)?

It's very helpful. But for me I'd like a cleaner interface. How to hide the instant documention? Is there a setting?
balalala
  • 92
  • 1
  • 10
1 2 3
99
100