- Download and install the Anaconda Python 3.6 distribution
- Other distributions will work but these instructions assume you are using Anaconda
- When using other Python installations you may need to manually install other packages, such as Scikit-Learn and Jupyter Notebook
- (Optional) Create a new conda virtual environment
conda create -n seng474 python=3.6
source activate seng474
- Clone this repository and open the new folder
git clone https://github.com/fortjohnson/SENG474.git
cd SENG474
- Start the Notebook
jupyter notebook
- Your web browser should automatically open to the Notebook Home Page
- If not, go to http://localhost:8888/
- Open a file with the .ipynb extension
- Now you can modify the code in the Notebook
- To execute a cell in the notebook enter
Shift + Enter
- To execute a cell in the notebook enter
forked from davidsjohnson/SENG474
-
Notifications
You must be signed in to change notification settings - Fork 0
Medesol/SENG474
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
University of Victoria Data Mining Lab Materials
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Jupyter Notebook 91.5%
- Python 8.5%