Thursday, November 4, 2021

Keeping your Conda Environments Safe and Secure with your Anaconda Nucleus Account

Our goal was to provide a small but significant step towards linking your local workspace to your Nucleus account, but we’re not done. Near-term, we’ve planned several changes to environment sync to make it easier to use, more flexible, and more capable. Many of those changes are coming in the next few months.

from Planet SciPy
read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...