This document discusses using Conda environments in Oracle Data Science. It explains that Conda environments allow running Python processes with different library versions. There are over 42 pre-built Conda environments for tasks like Oracle PyPGX and PySpark. Benefits include installing libraries from different channels, portability across platforms, and using different kernels in JupyterLab. Users can install curated environments, create their own, and publish environments to share with colleagues. Example environments provided are for PySpark, general machine learning for CPUs, and general machine learning for GPUs. Steps outlined include creating, validating, and publishing a custom Conda environment.
Related topics: