-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
documentation: (marimo) use jupyter notebooks for easier reviewing #3722
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Sad times, marimo exports the cells in notebook order, not in topological sort order, closing for now. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3722 +/- ##
=======================================
Coverage 91.28% 91.28%
=======================================
Files 468 468
Lines 58605 58605
Branches 5656 5656
=======================================
Hits 53496 53496
Misses 3659 3659
Partials 1450 1450 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ReviewNB seemed fine to me? I didn't spend much time on it though
ReviewNB doesn't work for marimo, though, as far as I'm aware |
35e567f
to
f73b9ce
Compare
yeah, just played around with it more and there is no support, just viewing the cells; sad |
GitHub already has custom UIs for Jupyter notebooks, this will let us more easily review the marimo notebook changes using that UI.