Skip to content

alonsosilvaallende/2024-11-08_uv_marimo_at_LINCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Presentation uv+marimo at LINCS

The full title of this presentation is "uv: an extremely fast Python package and project manager & marimo notebooks: rethinking the notebook to create reproducible notebooks"

The video recording of the presentation will be available soon...

The notebook presented can be found here.

To run the notebook, install the requirements.txt:

python -m pip install -r requirements.txt
jupytext --to notebook notebook.py

This presentation took place on November 8, 2024.

The abstract of this presentation is:

In this session, we will talk about uv, an extremely fast Python package and project manager designed as a single tool to replace pip, pip-tools, pipx, poetry, pyenv, virtualenv, and more. We will also discuss marimo, an open-source reactive notebook for Python that is reproducible, git-friendly, executable as a script, and shareable as an app.