MontyCarleau
Mmarimo
•Created by MontyCarleau on 1/6/2025 in #help-support
How can we define a project's root directory?
I'd have to look at some old
pyproject.toml
s to find reasonable examples –
In general, other projects are installed as editable, but I would just point out, I wouldn't be surprised if there's a much larger cohort of users (compared to jupyter users, for example) who are interested in integrating marimo notebooks deeper into their workflows, such that the notebook is a component rather than a customer or a view.
For example, a data ingestion process that runs silently, when all is well, but still contains the narrative (visualizations, validations, etc.) somewhat frozen in time, which can be difficult to recreate in a comment block, especially with regard to statistics driven processes, which are subject to drift, etc.7 replies
Mmarimo
•Created by MontyCarleau on 1/6/2025 in #help-support
How can we define a project's root directory?
If the answer is to modify
sys.path
at the beginning of every notebook, that's fine, but some tools expect/allow base directories to be specified in pyproject.toml
7 replies