Replies: 1 comment 2 replies
-
|
With the later, you can get lots of linting/type-checking errors since variables won't necessarily be declared before referenced. We do support exporting to a flat script in the second format you suggested:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First of all, congrats on marimo, it's a very smooth tool, and miles ahead of jupyter, I think mostly for its attention to the text presentation of the notebook (the format on which you save on disk). So, as I was editing a notebook via
emacsand the--watchoption, I wondered: why do you decide of using that textual format? Specifically, why:instead of something like:
If I understand correctly, the static analysis already yields the return values, so why write them in the first place?
Thank you again!
Beta Was this translation helpful? Give feedback.
All reactions