Set up dev environment:
- Install Python 3: www.python.org
- Create virtual environment in your working directory to keep your Python work tidy:
$ python -m venv myenv
$ myenv\Scricts\activate
-or-$ source myenv/bin/activate
- Install ML tools:
$ pip install scikit-learn numpy scipy pandas matplotlib jupyter
Set up Jupyter environment:
pip install jupyter_contrib_nbextensions
jupyter contrib nbextension install
jupyter nbextensions_configurator enable
pip install jupyterthemes
jt -t monokai -T
- Extensions I like:
- Hinterland
- Autopep8 (requires
pip install autopep8
) - Codefolding