-
install python 3.6.6.
-
run
python3
in terminal and make sure version matches downloaded version. If it does, typectrl D
to exit out of python. -
run
pip3 install virtualenv
in terminal (pip is the package manager for python). -
run
virtualenv venv
in terminal to create the virtual environment. -
run
python
in terminal and make sure version matches downloaded version. If it does, exit out of python. -
run
source venv/bin/activate
to 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 c
in terminal followed byy
). -
Congrats! You can now do machine learning exploration in jupyter or run your own machine learning scripts.
-
Notifications
You must be signed in to change notification settings - Fork 0
rafibarash/ML-Setup
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Quickly set up a local machine learning environment in python
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published