This project includes laboratory works on Python programming at master degree program "Software Engineering" at Tomsk Polytechnic University.
Python 3.6.5 or higher.
- Create virtual environment:
python -m venv venv - Activate venv. Linux, macOS or another unix-like system:
source /venv/bin/activate. Windows:.\venv\Scripts\activate - Install dependencies:
pip install -r requirements.txt - Start Jupyter Notebook:
jupyter-notebook