Q: what version of Anaconda?
Installing Software and Setting up Virtual Environment have Python installed via Anaconda. (Anaconda includes Jupyter Notebook)
Install Anaconda
Jupyter Notebook is included in the Anaconda installation. Review Jupyter Notebook commands.
- github.com
- Save your user ID and password somewhere you can easily find it
Join gitter using your GitHub ID: gitter.im/scikit-learn/wimlds
- Try Visual Studio Code
- OR one of these other editors
- Sublime Text 3
- Atom
- Notepad++ (for Windows)
# Create virtual environment
conda create --name sklearndev numpy scipy matplotlib pytest sphinx cython ipykernel
# To activate this environment, use
conda activate sklearndev
# To deactivate an active environment, use
conda deactivate
- Read thru "Contributing" documentation
- http://scikit-learn.org/stable/developers/contributing.html
- it is approximately 16 pages
- Review Open Issues go through some Issues and become familiar with them https://github.com/scikit-learn/scikit-learn/issues