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

Support exporting sandboxed notebooks to html-wasm #3645

Open
lucascolley opened this issue Feb 1, 2025 · 1 comment
Open

Support exporting sandboxed notebooks to html-wasm #3645

lucascolley opened this issue Feb 1, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@lucascolley
Copy link

Description

I would like to use a more recent version of NumPy than is available in Pyodide. Things work locally with --sandbox. Would it be possible to get the server hosting a notebook from marimo export html-wasm to run in the specified sandbox? Or does that not get around the fact that packages need to be installable for Pyodide first?

Suggested solution

n/a

Alternative

No response

Additional context

issue requested on discord by @akshayka

@lucascolley lucascolley added the enhancement New feature or request label Feb 1, 2025
@mscolnick
Copy link
Contributor

You are correct, the packages need to be installable by pyodide and would be installed on page load. The sandbox can't get shipped with wasm notebook.

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

No branches or pull requests

2 participants