Skip to content

yadudoc/caf_hackathon_2026

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Prerequisites

Install uv if you haven't already:

curl -LsSf https://astral.sh/uv/install.sh | sh

Create the virtual environment

uv venv --python 3.13

Install dependencies

uv pip install -e .

Register the kernel with Jupyter

uv run python -m ipykernel install --user --name my-project --display-name "☕ Demo (3.13)"

The environment will now appear as my-project (3.13) in JupyterLab / Jupyter Notebook.

Removing the kernel

jupyter kernelspec remove my-project

About

Demo material

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors