Skip to content

Quarto use binder should support uv dependencies management #12802

@cderv

Description

@cderv

Currently, uv.lock nor pyproject.toml are discovered by quarto use binder

❯ quarto use binder
Determining configuration
[>] Detected Project configuration:

    Quarto       1.8.11      
    JupyterLab   default     
    Engines      markdown    
                 jupyter     
    Editor       vscode      

No files which provide dependencies were discovered. If you continue, no dependencies will be restored when running this project with Binder.

Learn more at:
https://www.quarto.org/docs/prerelease/1.4/binder.html#dependencies

Docs: https://quarto.org/docs/projects/binder.html#dependencies

workaround

Creating a requirement.txt is needed right now

uv pip compile pyproject.toml -o requirements.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions