feat: use anywidget for jupyter frontend, support marimo#273
Open
tlambert03 wants to merge 57 commits intopyapp-kit:mainfrom
Open
feat: use anywidget for jupyter frontend, support marimo#273tlambert03 wants to merge 57 commits intopyapp-kit:mainfrom
tlambert03 wants to merge 57 commits intopyapp-kit:mainfrom
Conversation
…LogTicker for better tick management
…yGFXHistogramCanvas
…d from ArrayViewer
…ttings to NdvLutRow
Codecov Report❌ Patch coverage is ❌ Your patch check has failed because the patch coverage (66.09%) is below the target coverage (85.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #273 +/- ##
===========================================
- Coverage 85.38% 46.13% -39.25%
===========================================
Files 53 55 +2
Lines 7192 7263 +71
===========================================
- Hits 6141 3351 -2790
- Misses 1051 3912 +2861 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…r Marimo integration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
(marimo support is pending marimo-team/marimo#8972)
this PR fully refactors the browser-based frontend (jupyter) to have it's own js code (using lit.js and web-awesome for the ui). which frees us from ipywidgets, we can style it and arrange it with much more flexibility, and the anywidget basis will serve us well for better supporting vscode and google colab (though, the canvas is still challenging)
Screen.Recording.2026-04-01.at.7.52.53.PM.mov