anaconda-enterprise
user has the proper permissions.python
and ipykernel
must be included in every environment you create for Workbench..tar.bz2
) file that uses the environment you just created, and then placing the file in the correct directory.
The project template archive file must contain, at a minimum, the anaconda-project.yml
file. For more information and help building projects, see the official Anaconda Project documentation.
anaconda-project.yml
file for your custom environment by running the following command:
anaconda-project.yml
file in the directory you just created by running the following command:
anaconda-project.yml
file in your project directory to represent your custom environment. This involves updating the name:
, description:
, packages:
, and env_specs:
sections of the file.
env_specs:
showing available packages. It is likely that these do not align with your custom environment.name:
will display on the Sample Projects grid or the Environments dropdown list after the project is created.Example anaconda-project.yml
<PROJECT>.tar.bz2
) to the TEMPLATES
file. Save and close the file when complete. Otherwise, skip this step.