Skip to content

Exporting to html-wasm with imported modules #3158

Answered by mscolnick
q-wertz asked this question in Q&A
Discussion options

You must be logged in to vote

hey @q-wertz - we should update our documentation, but it only packages your notebook.py and does not traverse for other files in your directory. this is something we could potentially support in future, but for now you can:

  1. include all your files in the notebook.py (or write a small script to do that beforehand)
  2. publish your helper functions to a PyPi or a private registry and marimo can install them (this is probably too much friction for a few helper functions, but better for larger libraries)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@q-wertz
Comment options

Answer selected by q-wertz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants