How to run Conda?

you might want to try this: for anaconda 2 : export PATH=~/anaconda2/bin:$PATH for anaconda 3 : export PATH=~/anaconda3/bin:$PATH for anaconda 4 : Use the Anaconda Prompt and then conda –version to confirm that it worked. The export PATH=~/anaconda3/bin:$PATH works but stops when you exit the terminal in order change that you have to run sudo … Read more

Python Anaconda – How to Safely Uninstall

From the docs: To uninstall Anaconda open a terminal window and remove the entire anaconda install directory: rm -rf ~/anaconda. You may also edit ~/.bash_profile and remove the anaconda directory from your PATH environment variable, and remove the hidden .condarc file and .conda and .continuum directories which may have been created in the home directory … Read more

How to update an existing Conda environment with a .yml file

Try using conda env update: conda activate myenv conda env update –file local.yml –prune –prune uninstalls dependencies which were removed from local.yml, as pointed out in this answer by @Blink. Or without the need to activate the environment (thanks @NumesSanguis): conda env update –name myenv –file local.yml –prune See Updating an environment in Conda User … Read more

Jupyter Notebook not saving: ‘_xsrf’ argument missing from post

The easiest way I found is this: https://github.com/nteract/hydrogen/issues/922#issuecomment-405456346 Just open another (non-running, existing) notebook on the same kernel, and the issue is magically gone; you can again save the notebooks that were previously showing the _xsrf error. If you have already closed the Jupyter home page, you can find a link to it on the … Read more

In which conda environment is Jupyter executing?

As mentioned in the comments, conda support for jupyter notebooks is needed to switch kernels. Seems like this support is now available through conda itself (rather than relying on pip). http://docs.continuum.io/anaconda/user-guide/tasks/use-jupyter-notebook-extensions/ conda install nb_conda which brings three other handy extensions in addition to Notebook Conda Kernels.

Anaconda vs. miniconda

Per the original docs: Choose Anaconda if you: Are new to conda or Python Like the convenience of having Python and over 1500 scientific packages automatically installed at once Have the time and disk space (a few minutes and 3 GB), and/or Don’t want to install each of the packages you want to use individually. … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)