Hands-on
Put the commands together: interactive development with Jupyter, and reproducible export / import via environment files.
Jupyter Interactive Development
Jupyter Notebook is the most common interactive Python environment; Conda makes its install and isolation trivial.
Export and Import Environments
Write an environment to a file, then reproduce it in one command on another machine or image — key for collaboration and deployment.