Skip to content
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

improvement: prompt to install missing deps during optional dependency checks #3363

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

mscolnick
Copy link
Contributor

@mscolnick mscolnick commented Jan 7, 2025

Fixes #3293
Somewhat helps with #3113, but we probably want to add buttons in the UI to install.

This does two things:

  1. for ModuleNotFound errors thrown in the Kernel by us (via DependencyManager.module.require()), by adding the name`, we prompt the user with the installation toast.
  2. for ModuleNotFound errors thrown in the server (also via the DependencyManager), we similarly show the installation toast.

Copy link

vercel bot commented Jan 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marimo-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 7, 2025 11:53pm
marimo-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 7, 2025 11:53pm

@mscolnick mscolnick merged commit 090e92c into main Jan 7, 2025
32 of 33 checks passed
@mscolnick mscolnick deleted the ms/auto-install branch January 7, 2025 23:58
Copy link

github-actions bot commented Jan 8, 2025

🚀 Development release published. You may be able to view the changes at https://marimo.app?v=0.10.10-dev28

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.

missing package nbformat
2 participants