Channels
jnc uses conda channels as package repositories. Channels are the sources from which packages are downloaded and installed.Default channel
By default, jnc uses conda-forge, the largest community-driven conda package repository with over 30,000 packages.Adding channels
Specify channels in the manifest or via the CLI:Channel priority
When a package exists in multiple channels, jnc uses a priority system. Channels listed first in thechannels array take priority. If a package is found in the first channel, it will be used regardless of the version available in other channels.
PyPI packages
In addition to conda packages, jnc supports PyPI packages. Add them with the--pypi flag:
Private channels
For private or authenticated channels, configure authentication:jnc auth for more authentication options.