conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 18 forks source link

[ENH] Default environment.yml spec needs improvement #264

Closed kcpevey closed 1 year ago

kcpevey commented 1 year ago

The Create New Environment page current looks like this

image

But I'd suggest that this default environment.yml is not helpful because when people typically write conda environment.yml files they usually look like this:

channels:
  - conda-forge
dependencies:
  - python=3.10
  - boto3

What I need from the default environment spec is help remembering what the yaml template looks like (i.e. colons, dashes, spacing, etc).

I propose that the default environment spec for new environments look like this:

channels:
  - 
dependencies:
  -