This lesson is still being designed and assembled (Pre-Alpha version)

Packaging and Publishing with Python: Setup

Python - anaconda is best

numpy, scicpy, sklearn

Bash or GitBash

Windows

install gitbash and make the following change to settings: in .jupyter/jupyter_notebook_config.py

The following is a config to use Git Bash:

c.NotebookApp.terminado_settings = {
    'shell_command': ['C:\\Program Files\\Git\\bin\\bash.exe']
}