This reporsitory contains commands to setup python/deep learning related things.
Create python virtual environment -- python -m venv 'name_of_environment'
Remove virtual environment from jupyter notebook -- jupyter kernelspec uninstall 'virtual_environment_name'
List virtual environment using jupyter -- jupyter kernelspec list