https://github.com/smith558/comp3217-cw-2
https://github.com/smith558/comp3217-cw-2
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/smith558/comp3217-cw-2
- Owner: smith558
- Created: 2023-06-08T10:41:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T15:47:02.000Z (almost 3 years ago)
- Last Synced: 2025-09-08T02:49:03.260Z (9 months ago)
- Language: Jupyter Notebook
- Size: 21.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COMP3217-CW-2
before working with the Jupyter notebooks run these commands and use the `grid` conda environment which comes with all required dependencies:
```
conda env create -f environment.yml
```
```
conda activate grid
```