Questions tagged [anaconda]

Anaconda is an Open Data Science platform powered by Python.

Anaconda is an Open Data Science platform powered by Python. It is free and open source, built in with high performance, optimized for Python and R with 100+ packages plus easy access to an additional 620+ popular packages for data science including advanced and scientific analytics.

It also includes conda, an open source package, dependency and environment manager. Thousands more open source packages can be installed with the conda command. Available for Windows, OSX and Linux, all versions are supported by the community.

Links

59 questions
3
votes
3 answers

Problem using Anaconda

I have installed Anaconda, but every time I open Terminal I have to go give the command: export PATH=~/anaconda3/bin:$PATH How can I fix this issue?
user254087
  • 65
  • 2
  • 6
1
vote
1 answer

anaconda navigator not start direct without source command

when i run following command source ~/anaconda3/bin/activate root it is work fine. I don't want to run this command every time. give me any solution.
Shiva Manhar
  • 131
  • 6
1
vote
1 answer

packages installed after activating conda environment

I want to know after creating and activating a conda environment in terminal. Say venv: conda create -n venv source activate venv Then the prompt will come with the enviroment name (venv). would the packages installed (say conda install…
Adil Saju
  • 113
  • 2
0
votes
1 answer

Basic sympy problem in anaconda

I have enabled sympy on Anaconda to use it to solve basic linear equations, but whenever I try to type something up it gives me an error when defining the variables: from sympy import…
0
votes
0 answers

Analyzing the Suitability of Conda for Academic Deep Learning Projects

I am a PhD student in data science, basically I design a model for a Vision / Language task. The dataset and the state of the arts models are public. It has been 2 years that I trained myself to use Docker for my dev environments / experiments. I am…
-1
votes
1 answer

How to block network access for conda/python environments?

How can I configure a virtual data science environment so that data science libraries from NumFocus do not contact external servers without explicit consent? After setting up a custom DNS I observed traffic when initializing a conda environment. I…
tsttst
  • 151
  • 1
  • 9