Skip to content

feat: Allow and document external environments #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 8, 2025
Merged

Conversation

dmadisetti
Copy link
Collaborator

fixes #13

@brettc would this be alright?

@brettc
Copy link

brettc commented May 8, 2025

Thanks. That looks good. So if I understand correctly I have 3 options:

  • add the deps to the yaml of the notebook
  • add the deps to the _quarto.yaml
  • add external-env: true to my yaml

In the first two cases, marimo will create a .env with uv
In the third case, it will assume everything is available.

@dmadisetti
Copy link
Collaborator Author

Correct!

@dmadisetti dmadisetti merged commit c3b78c5 into main May 8, 2025
@brettc
Copy link

brettc commented May 8, 2025

Thanks for the fast reply. And for marimo -- a godsend after faffing with ipynb for so long.

@dmadisetti
Copy link
Collaborator Author

Don't be shy filing issues. I'm glad it is working for you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Controlling the virtual environment (disabling auto uv)
2 participants