Create Reproducible Data Science and Machine Learning Environments using Conda

A guide to developing a workflow that incorporates environment management using Conda, JupyterLab, and Git

Elizabeth Ter Sahakyan
Towards Data Science
8 min readMay 19, 2020

--

Introduction

Data science and machine learning projects have dependencies that we rely on to make our code run, like…

--

--