--- orphan: true --- # Tutorials Learn Conda Code through complete, small workflows. ::::{grid} 1 1 2 2 :gutter: 3 :::{grid-item-card} Create a named conda environment :link: regular-environment :link-type: doc Create a named environment, install a package, and use it in a terminal. ::: :::{grid-item-card} Create from `environment.yml` :link: environment-file :link-type: doc Use a project file once to create a regular named environment. ::: :::{grid-item-card} Create a workspace environment :link: workspace-environment :link-type: doc Create `conda.toml`, install its default environment, add a declared dependency, and run a task through VS Code. ::: ::::