funderburkjim / testing

For testing various features of github. Nothing important here.
0 stars 0 forks source link

conda ipython #16

Open funderburkjim opened 9 years ago

funderburkjim commented 9 years ago

Installed miniconda (http://conda.pydata.org/miniconda.html)

Instead of the suggested: conda install numpy scipy matplotlib scikit-learn ipython-notebook seaborn Installed packages in an environment 'skltut'. This is done in a cmd.exe terminal - it doesn't work properly with GitBash.

conda create --name skltut numpy scipy matplotlib scikit-learn ipython-notebook seaborn

activate skltut

ipython notebook