Most voted "anaconda" questions
A Python distribution ready for large-scale data processing, predictive analysis, and scientific computing.
Learn more…25 questions
Sort by count of
-
4
votes1
answer6892
viewsHow to save figure in Python with matplotlib?
Any figure I try to save in Jupyter Notebook saves a blank file, what kind of error might be occurring as it does not accuse any error? import numpy as np import matplotlib.pyplot as plt data1 =…
-
2
votes1
answer455
viewsHow to install Jupyter Notebook autocomplete?
How do I install the extension that suggests the following code for Jupyter Notebook? For VS Code there is this Code Runner that is very good, but my work is done in Jupyter. Does anyone know?…
-
1
votes1
answer2056
viewsAnaconda/osx - change the standard python version
I was using python with anaconda in osx 10.8 and Spyder crashed. When I tried to reboot, the launcher showed Spyder as not installed. I imagined that the anaconda might have had some problem and…
-
1
votes1
answer941
viewsHow to use both versions of anaconda on linux?
Good afternoon guys, I’m studying python for projects and I was recommended to use the anaconda package. I am a linux user (Ubuntu) and have therefore installed the two packages on my system.…
-
1
votes2
answers501
viewsError in deploy Django/app in Heroku?
I need your help to try to find the error in my deploy, which I am trying to do in Heroku. Follow information from bash: (python3) user@Inspiron-5548:~/opt/anaconda3/envs/python3/Projetos/ecommerce$…
-
1
votes0
answers67
viewsPython Invalidargumenterror: You must feed a value for placeholder tensor 'y' with dtype float and Shape [?,10]
Hello I’m using a CNN network for street view house Numbers SVHN data. When I try to run my code below to be able to generate a summary that can be read by Tensorboard through graphs, the following…
-
1
votes1
answer197
viewsCassandra installation error - DRIVER in python
Hello, I’m trying to create a development environment with python and Cassandra, however I’m having difficulties to install the connector in python, follows below the environment I currently have…
-
1
votes0
answers190
viewsHow can I use IDLE with Anaconda?
I am using Anaconda because it contains several tools for python development, but I feel limited because I cannot open the libraries installed in Anaconda using IDLE. Anaconda has an IDLE version…
-
1
votes1
answer1640
viewsHow can I make two graphs in the same Python Plot in Jupyter Notebook?
I’m trying to create charts in Jupyter Notebook in Python for the first time using data from an excel file for my Master’s Thesis, because I don’t want to present the charts in Excel and want to do…
-
0
votes1
answer462
viewsHow to set up Sublimerepl for Anaconda (Python)?
I installed Sublimerepl for execute the line or selection directly from Sublime Text 2. Meanwhile, in the same way as in this previous problem, Sublimerepl is not using Anaconda but another version…
python sublime-text-2 ipython anaconda sublimereplasked 10 years, 8 months ago Carlos Cinelli 16,826 -
0
votes1
answer377
viewsHow do you install kivy in the anaconda environment on mac os X10.9?
I tried to install as instructed: https://github.com/kivy/kivy/wiki/Connecting-Kivy-with-Anaconda-(OSX) Error: (Most recent call last): File ", line 1, in File…
-
0
votes1
answer930
viewsFor Python, what is the difference between Pip x Conda x anaconda
I’m learning python and saw that always appears tutorials for the tools: Pip Conda anaconda And I wondered what the practical difference was between them?…
-
0
votes1
answer358
viewsAnaconda Python Installation - Pycharm Projects
I use Windows 10 and recently realized that my files and projects developed through IDE Pycharm, as well as the installation of the Anaconda package, are located in a folder in the directory…
-
0
votes1
answer485
viewsHow can I use Scrapy in Anaconda
Hi, I’m having trouble creating a project with Scrapy. I’m studying data science in college and I have to use Scrapy. I’m using Anaconda. First through the Spider IDE (Anaconda Navigator), now I’m…
-
0
votes1
answer1501
viewsRun python code via batch in the anaconda cmd
I have a batch created to run a python file, but it is opening the windows cmd and since python is installed in anaconda, does not work, it would run directly from the anaconda cmd as administrator?…
-
0
votes1
answer1248
viewsCreating new environments (Nvironments) in Anaconda 3
First I apologize if my question is too basic or if it doesn’t make sense to you, I’m still starting my walk in the Python language. To the point, my question is: Why should we create new…
-
0
votes1
answer530
viewsAnaconda for Pycharm on Linux
People I am not able to access, the anaconda in pycharm, first I tried to access two libraries and appeared this error. Libraries: import pandas as pd import numpy as np error: Traceback (most…
-
0
votes1
answer305
viewsProblems running Tkinter program in Spyder IDE
I am writing a python code (3.7) using the Tkinter library, I am also using Spyder IDE (py-3) | Anaconda (3) to write the code. When I run it, the IDE only shows the [in] (runfile) in the ipython…
-
0
votes1
answer126
viewsAttributeerror: str Object has no attribute 'Train'
Context I’m replicating an algorithm of neural network of the kind Single Layer Perceptron (simpler neural network model). I used the library Tensorflow and wrote the code based on the documentation…
-
0
votes0
answers150
viewsMaking operations inside the Dataframe
I’m trying to do the following thing with this code import pandas as pd from datetime import date # Criando uma série no pandas que represente a indexação das linhas como valores temporais # Por…
-
0
votes0
answers38
viewsWhat is the correct procedure for installing the PYGSLIB library?
Anaconda had been installed with version 3.8 of Python, but was unable to install the specific library, the following error occurred: UnsatisfiableError: The following specifications were found to…
-
0
votes0
answers23
viewsHow to handle 2 installed Pythons (e.g. python installed in Miniconda vs python installed in Windowsapps)
I usually use python through Miniconda, but due to some projects I had to download Node.js directly from the site (without using the Agreement for this) and it installs the latest version of python…
-
0
votes0
answers12
viewsPIPENV - local - different folder directory for package-related files
This is my first post here I’d like to ask for a help. I currently program in python and use Conda(anaconda) and/or virtualenv to manage/isolate my packages in python, using Pycharm and/or Vscode as…
-
0
votes1
answer105
viewsAdjusting axis values on a Python chart
I’m trying to pull the white squares out of a graph in Python (using a Jupyter Notebook in Anaconda). I would like the xx axis to end at 1.3 and the yy axis to end at 1.2. I tried to adjust it with…
-
-1
votes2
answers33
viewsProblems making the POST in Django
I am in a part of the project, which is the page of records I created the View method but it’s not rolling yet From what I looked the button is ok. The last image is from my admin, where the new…