/CodingExercise

A small coding exercise challenge

Primary LanguageJupyter Notebook

Coding Exercise

A small coding exercise challenge.

Installation

Clone this repository git clone https://github.com/Tig10/CodingExercise.git and run cd codingExercise

Create a python virtual environment. E.g.

python -m venv codingExercise

Activate your virtual environment. E.g. on windows OS

source codingExercise/Scripts/activate

Install dependenecies

pip install -r requirements.txt

Usage

Run JupyterLab

jupyter-lab

Stable URL to notebook

Coding Exercise