-
Notifications
You must be signed in to change notification settings - Fork 368
Open
Labels
Milestone
Description
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