-
install python 3.6.6.
-
run
python3in terminal and make sure version matches downloaded version. If it does, typectrl Dto exit out of python. -
run
pip3 install virtualenvin terminal (pip is the package manager for python). -
run
virtualenv venvin terminal to create the virtual environment. -
run
pythonin terminal and make sure version matches downloaded version. If it does, exit out of python. -
run
source venv/bin/activateto go into virtual environment (this may take a couple minutes). -
run
jupyter notebook, which should open up a jupyter notebook in your browser. -
On the right side of the page, click on "New" and select "Python 3" under notebook. (To exit out of jupyter type
ctrl cin terminal followed byy). -
Congrats! You can now do machine learning exploration in jupyter or run your own machine learning scripts.
rafibarash/ML-Setup
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|