Same command, adding any number of packages:
conda create --override-channels -c conda-forge/osx-64 -c conda-forge/noarch -n fenics fenics jupyterlab matplotlib …
Or to add packages to an existing env, change create
to install
.
To use this env, you’ll want to run
conda activate fenics
after which you can run JupyterLab
etc.