Category "spyder"

Failure importing openpyxl in Spyder 5.1.5

So I am trying to open a.xlsc file in Spyder using pandas. After importing pandas as pd, when using pd.read_excel() command in the console, it showed the error:

How to restart kernel in python through code in spyder to avoid repetitively and manually doing it? [duplicate]

I am ensemble 2 models in syder. ( A RNN and an encoder-decoder both running on same data set). Each of them has 100 models saved in .h5 forma

how install powerlaw python package

I need to install the powerlaw package in python. if I call from the prompt, the python list turns out to be installed. Instead when I open spyder for python it

ModuleNotFoundError: No module named 'pyproj._network'

I am trying to run Python Code on Spyder for scientific computing. I use geometric information from shape files using geopandas. Installing geopandas was alread

Cannot convert the pdf file into the CSV file

I am a new python learner, I am struggling how to change the pdf file into CSV file by using Spyder. Input import tabula dfs = tabula.read_pdf(r'C:\Users\home\D

Spyder is not recognised as an internal command

I have downloaded the new IntelPython and installed the package according to the directions on the page. So, after I installed the application, I followed thes

Connecting Spyder to Remote Jupyter Notebook in a Docker Container

I have been trying to connect Spyder to a docker container running on a remote server and failing time and again. Here is a quick diagram of what I am trying to

Can't install Spyder through Anaconda Navigator

I cannot install Spyder through Anaconda Navigator. I am a complete beginner when it comes to Python and I have no idea what's going wrong. I have to create a

Spyder: spyder variable explorer to auto-adjust the column header

I have installed spyder via Anaconda and when I viewed the dataframe in the variable explorer, the column headers are squashed / too narrow. I cannot view the c

Playsound only plays the mp3 file once and then gives the error "Permission Denied"

I am using Playsound and gtts in Spyder IDE which creates an mp3 file and then plays it. import gtts from playsound import playsound #pass text to gTTS object

Where is the Spyder Terminal (yeah, I downloaded it)?

I downloaded the Spider Terminal plugin from Github via Anaconda Prompt though, I can't find the Terminal when I boot Spyder -_- . Does someone know Where it

Automatically view IPython console in Spyder

I am using Python 3.8 in Spyder. The graphics backend of the IPython console is set to 'automatic'. When I call the IPython Console with a Python algorithm, the

How to customize toolbar icons in Spyder?

I want to remove one of the buttons from the "run toolbar" because I keep pressing it accidently. Is this possible?

python spyder editor change menu and font size

I have shared displays and the menu font size (e.g. File Edit Search ..) but also the font of the names of python files above the editor window, are really smal

Spyder on MacOS. Typing is very laggy

I am using Spyder with Anaconda on macOS. I have already updated Anaconda and Spyder to version 4.2.0 (4.2.1 was not found). The problem is now, that if I am ty

Spyder: [Errno 2] No such file or directory

I want to run this code in Github : https://github.com/llazzaro/lsa_python but I don't know how to execute it with nosetests. I have python 2.7.11 and anaconda

Error "variable is not defined", but the variable can be called in the console

I use python on Spyder. My script uses a variable called imgs. I have the following error : name 'imgs' is not defined. But when I try to call imgs in the conso

NameError: name 'tree' is not defined

Hey I'm new to Python and I am trying to follow along with a tutorial but I get this error: NameError: name 'tree' is not defined. The objective is obvio

How to display function arguments in Spyder?

I'm using Spyder 2.2.5 with Python 2.7 and I want the editor to display the arguments of the function I'm calling after I type the first parenthesis. I know it'