Added "conda deactivate" before the creation of 'tensorflow' environment. It addresses the issue of kernel crashing (dying) and kernel restarting.
This is a continuation to the discussion that followed in the comment section of your video titled, "2021, Installing TensorFlow 2.5, Keras, & Python 3.9 in Mac OSX M1." Kevin David suggesting this solution to us and it worked. If you think that this addition would be useful to many, please accept the pull request.
Added "conda deactivate" before the creation of 'tensorflow' environment. It addresses the issue of kernel crashing (dying) and kernel restarting.
Thanks.