Jupyter virtualenv setup
Python --- 10/07/2019
Setup
- Install Anaconda for Python 3.7 for your operating system: Anaconda
- Create a directory/folder for data science and move into it.
- Download environment.yml
- Execute
conda env create -f environment.yml - You now have all the libraries listed in environment.yml
- Set up Jupyter notebook to use this …
Continue reading