Get help from the marimo community

Updated last month

prompt library src.marimo_notebook

At a glance

The community member is encountering a ModuleNotFoundError when trying to run a Marimo notebook. They are new to Marimo and mention that the platform prompted them to install some dependencies, but they are unsure if they are running Marimo correctly. The community members in the comments request more information and suggest that the issue might be related to how the community member is running Marimo in their Python environment.

Traceback (most recent call last):
File "/home/diaz/.local/share/mamba/envs/DOedge/lib/python3.13/site-packages/marimo/_runtime/executor.py", line 141, in execute_cell
exec(cell.body, glbls)
~~~~^^^^^^^^^^^^^^^^^^
Cell marimo://prompt_library.py#cell=cell-0, line 2, in <module>
from src.marimo_notebook.modules import prompt_library_module, llm_module
ModuleNotFoundError: No module named 'src.marimo_notebook'
M
D
3 comments
Can you share more information?
So I'm running the prompt library notebook, I'm new to marimo
marimo prompted me to install some dependencies, it might that I'm not running marimo in the right way or something, I am in a python environment
Add a reply
Sign up and join the conversation on Discord