Create an Anaconda or Miniconda distribution instance with a conda environment
In this lesson, you create and deploy a default Anaconda or Miniconda distribution and add a conda environment.
About this task
IBM® Spectrum Conductor offers better integration of Anaconda or Miniconda with Spark workload and Jupyter notebooks that includes enterprise security. Start by adding an Anaconda or Miniconda distribution in the cluster management console. This can be either a new or existing one. Next you deploy the Anaconda or Miniconda distribution, which creates an Anaconda or Miniconda distribution instance. Then you add a conda environment that contains all of the packages the Anaconda or Miniconda distribution instance requires. You can either specify a conda environment name to create an environment with either all standard Python libraries or no packages; or you can drag or select an Anaconda or Miniconda environment file to create an environment based on a yaml file.
| Concept | Description |
|---|---|
| Anaconda or Miniconda distribution | An Anaconda or Miniconda distribution is a Python/R data science distribution that installs 1,400+ data science packages for Python/R, with the ability to manage packages, dependencies, and environments. |
| Anaconda or Miniconda distribution instance | A deployment of an Anaconda or Miniconda distribution in IBM Spectrum Conductor. |
| conda environment | A directory that contains a specific collection of conda packages. Within a conda environment, you can have various collections of conda packages. A conda package is a compressed tarball file that contains system-level libraries, Python or other modules, executable programs, and other components. Conda keeps track of the dependencies between packages and platforms. |
Procedure
Results
Summary
In this lesson, you learned how to create and deploy a default Anaconda or Miniconda distribution and add a conda environment. This lesson concludes the resource planning module.