Webinar: Making Reproducible Conda-based Projects
Wednesday, May 19 at 2pm EDT/11am PDT
Everyone knows how good Conda is at providing you a development environment for your Python projects, but how do you capture what you created when you're ready to share it or save it? How can you collaborate with others on it, publish a specific version of it, archive a snapshot of the project for posterity, or deploy a live running server with your code?
In each of these cases, you need not just an environment but also a project: a Conda environment coupled closely with a set of commands that can execute in that environment. This webinar will show you why it is essential to capture reproducible projects and how you can use Conda to do it.