- 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.6source activate seng474
- Clone this repository and open the new folder
git clone https://github.com/ishmeetkohli/SENG474.gitcd 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
calluthom/SENG474
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Releases
No releases published
Languages
- Jupyter Notebook 79.4%
- Python 20.6%