Top "Anaconda" questions

Anaconda is an Open Data Science platform powered by Python.

Conda environments not showing up in Jupyter Notebook

I installed Anaconda (with Python 2.7), and installed Tensorflow in an environment called tensorflow. I can import Tensorflow successfully in that …

anaconda jupyter jupyter-notebook conda
In which conda environment is Jupyter executing?

I have jupyter/anaconda/python3.5. How can I know which conda environment is my jupyter notebook running on? How can …

ipython anaconda jupyter jupyter-notebook
anaconda update all possible packages?

I tried the conda search --outdated, there are lots of outdated packages, for example the scipy is 0.17.1 but the latest …

python anaconda
How to uninstall Anaconda completely from macOS

How can I completely uninstall Anaconda from MacOS Sierra and revert back to the original Python? I have tried using …

python macos anaconda uninstallation
anaconda - path environment variable in windows

I am trying to run python from the windows command prompt (windows 10). So the result is the typical one when …

python windows environment-variables anaconda
How to remove anaconda from windows completely?

I installed Anaconda a while ago but recently decided to uninstall it and just install basic python 2.7. I removed Anaconda …

python windows anaconda
Conda command is not recognized on Windows 10

I installed Anaconda 4.4.0 (Python 3.6 version) on Windows 10 by following the instructions here: https://www.continuum.io/downloads. However, when I …

python python-3.x windows-10 anaconda conda
how to update spyder on anaconda

I have Anaconda installed (Python 2.7.11 |Anaconda custom (64-bit)| (default, Feb 16 2016, 09:58:36) [MSC v.1500 64 bit (AMD64)] on win32) and I am using …

python python-2.7 anaconda spyder
Where does Anaconda Python install on Windows?

I installed Anaconda for Python 2.7 on my Windows machine and wanted to add the Anaconda interpreter to PyDev, but quick …

python windows anaconda pydev
ModuleNotFoundError: No module named 'sklearn'

I want to import sklearn but there is no module apparently: ModuleNotFoundError: No module named 'sklearn' I am using Anaconda …

python anaconda