Frequently Asked Questions
How do I sync my notebook and all of its data and models to S3 as a package?
p = quilt3.Package()
p.set_dir(".", ".")
p.push("USR/PKG", message="MSG", registry="s3://BUCKET")How does Quilt versioning relate to S3 object versioning?
Where are the Quilt 2 packages?
Does quilt3 collect anonymous usage statistics?
quilt3 collect anonymous usage statistics?$ export QUILT_DISABLE_USAGE_METRICS=trueCan I turn off progress bars for log files?
Last updated
Was this helpful?

