HomeInstallGet StartedUse CasesUser GuideCommand ReferencePython API ReferenceContributingChangelog VS Code Extension StudioDVCLiveGTO
Edit on GitHub
Environment Variables
List of environment variables to configure DVCLive behavior.
import os
from dvclive import env
os.environ[env.DVCLIVE_LOGLEVEL] = "DEBUG"
os.environ[env.DVCLIVE_OPEN] = "True"
DVCLIVE_LOGLEVEL
: Configure the logging level of DVCLive. Defaults toWARNING
.DVCLIVE_OPEN
: Iftrue
, DVCLive will try to automatically open the HTML generated byLive.make_report()
in the default browser. Defaults tofalse
.
See also DVC environment variables.
๐ Found an issue? Let us know! Or fix it:
Edit on GitHubโ Have a question? Join our chat, we will help you:
Discord Chat