Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 610 Bytes

File metadata and controls

32 lines (20 loc) · 610 Bytes

preparation

The preparation project for algorithms and system design.

Prerequisites

  • Python >= 3.13
  • uv

Setup

  1. Install dependencies:

    uv sync
  2. 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)"
  3. Run Jupyter Notebook:

    To run the notebook using the internal kernel, run this

    uv run jupyter notebook