-
Hope the title gives a good idea of what I am trying to do. Basically I have a project directory with my notebooks in a directory called This is perfectly doable by having a build rule as (I could drive the rule to be different if I need):
The problem is that I measured ( If I want to publish on my own site multiple notebooks, I would end up with 18M per notebook, which I would assume they'll have redundancy. (meaning that I would have basically identical files, if not identical, on multiple directories), Is there a solution to have like the "basic boiler plate" in a separated directory and have it to be shared across multiple notebooks? A solution like this, would allow the "user" to just have the first big "network hit" (because of the download), the first time they load a page for a notebook, and the second time, hopefully it would be cached by the browser making it slightly better. My purpose is to share notebooks in my own static page. If anyone has already encountered and solved this issue, please let me know. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Have you seen the gh pages template? I believe it does what you want, sharing a single assets folder for multiple notebooks. |
Beta Was this translation helpful? Give feedback.
Have you seen the gh pages template? I believe it does what you want, sharing a single assets folder for multiple notebooks.
https://github.com/marimo-team/marimo-gh-pages-template