

The Python3 conda environment is preinstalled in the notebook session. The required manifest file that is necessary for each conda environment. The odsc conda CLI installs the necessaryĭependencies in your conda to make it available as a kernel in JupyterLab and creates It is preinstalled in notebook sessions and is available in a That you use odsc conda to browse, install, clone, publish, and deleteĬonda environments. The Environment Explorer in JupyterLab helps you browseĪlthough the conda CLI is available in a notebook session, we recommend You can access the odsc conda CLIĭocumentation by executing odsc conda -h in a terminal window tab of The odsc conda CLI tool allows you to install, browse, search, and The notebook session environment includes the odsc conda CLI tool and The service is designed to use conda environments.

The base install has a very minimal set of libraries Conda environmentsĪllow you to run notebooks in different kernels. Session can correspond to a different notebook kernel in JupyterLab. Each conda environment that you create in your notebook We recommend that you use conda environments to package your Python dependencies
