The preparation project for algorithms and system design.
- Python >= 3.13
- uv
-
Install dependencies:
uv sync
-
Install Jupyter Kernel:
To use this virtual environment in Jupyter Notebooks, you need to register it as a kernel:
uv run python -m ipykernel install --user --name=preparation --display-name "Python (preparation)" -
Run Jupyter Notebook:
To run the notebook using the internal kernel, run this
uv run jupyter notebook