Skip to content

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages