A collection of source code to support Computing Lab's Basic Study Group activity
- Jupyter Notebook
- Clone this repository
- Open the repo's root directory
- Make a virtual environment
virtualenv . - Install dependencies via pip using
pip install -r requirements.txt - Activate virtual environment using:
- Unix:
source bin/activate
- Unix:
- Run the Jupyter notebook using
jupyter notebook
As for now the contribution is closed to Computing Lab's staff, but if there are something that could be improved or needs to be fixed, feel free to create an issue!