spacemacs/layers/+tools/conda
Arif Er 00f9ab19ac chore: update copyright headers to 2022
The script used to identify and update the change is added into the GitHub
workflows script directory. A workflow action can be created to trigger the
script to update the headers on the first of every new year. Possibly a task for
a consequent PR.
2022-06-03 17:32:20 +02:00
..
README.org Move conda and ipython-notebook layer from +lang to +tools category 2020-04-18 21:28:14 +02:00
layers.el chore: update copyright headers to 2022 2022-06-03 17:32:20 +02:00
packages.el chore: update copyright headers to 2022 2022-06-03 17:32:20 +02:00

README.org

Conda Layer

Description

This layer adds support for the Anaconda python environment for numerical computations to Spacemacs.

Features:

  • Controlling Anaconda or Miniconda environments directly from emacs with conda.el

Install

To add this layer to Spacemacs, add conda to your dotspacemacs-configuration-layers list.

Configuration

To use this layer you need to tell spacemacs where your anaconda environment can be found. By default Spacemacs will check in ~/.anaconda3.

If it is installed somewhere else just set conda-anaconda-home in your dotfile:

  (setq-default dotspacemacs-configuration-layers
    '((conda :variables conda-anaconda-home "/your/path/here")))

Key bindings

Key binding Description
SPC m n a Open a helm buffer to select an environment
SPC m n A Toggle automatic activation of environments
SPC m n b Activate environment for buffer based on conda-project-env-name
SPC m n d Deactivate current environment
SPC m n l Open a help buffer that lists envs