conda-notices
Retrieve and display channel notices
TLDR
Show channel notices
$ conda notices
Show notices from a specific channel$ conda notices -c [channel_name]
SYNOPSIS
conda notices [options]
DESCRIPTION
conda notices retrieves and displays notices from conda channels. Channels can publish important announcements, deprecation warnings, or security advisories that are shown through this command. Notices are cached locally and only fetched again after the cache expires.
PARAMETERS
-c, --channel CHANNEL
Include the given channel. Can be specified multiple times.--use-local
Use locally built packages.--override-channels
Do not search default or .condarc channels. Requires --channel.
CONFIGURATION
~/.condarc
User-level conda configuration for channels, package settings, and solver options./opt/conda/.condarc
System-wide conda configuration.
SEE ALSO
conda(1), conda-config(1), conda-info(1)
