Get help from the marimo community

Home
Members
MontyCarleau
M
MontyCarleau
Offline, last seen 4 days ago
Joined January 6, 2025
For example, given
Plain Text
src/my_proj/processors/simple_processor.py
notebooks/nb1.py

I'd like to set the project root as src/proj and, from notebook nb1.py, import
Plain Text
from processors.simple_processor import SimpleProcessor
1 comment
M