Identifying malignant mouse skin
- Get Python3 and create a new virtual env in this project. https://docs.python.org/3/library/venv.html#creating-virtual-environments
- Activate environment
source venv/bin/activate(Assuming you named virtual envvenv) - Install dependencies by running
pip install -r requirments.txt
- In an activated python virtual environment shell run
jupyter notebook - A browser window should pop up where you can open the notebook file and be able to run and edit it!