Create an Anaconda distribution instance with a conda environment
In this lesson, you create and deploy a default Anaconda distribution and add a conda environment.
About this task
IBM® Spectrum Conductor offers better integration of Anaconda with Spark workload and Jupyter notebooks that includes enterprise security. Start by adding an Anaconda distribution in the cluster management console. This can be either a new or existing one. Next you deploy the Anaconda distribution, which creates an Anaconda distribution instance. Then you add a conda environment that contains all of the packages the Anaconda 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 environment file to create an environment based on a yaml file.
| Concept | Description |
|---|---|
| Anaconda distribution | An Anaconda 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 distribution instance | A deployment of an Anaconda 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 distribution and add a conda environment. This lesson concludes the resource planning module.