Remove the Jupyter widget#47
Merged
scottstanie merged 1 commit intoopera-adt:mainfrom Apr 24, 2026
Merged
Conversation
The ipywidgets/ipyleaflet-based viewer was an early experiment and never reached parity with the main web UI. It's been drifting further behind with every UI change (still uses the pre-React frontend assumptions, pre-GeoZarr data model, no time-series chart, no reference-point support, none of the recent toolbar/profile work). Cheaper to reimplement on top of the current API surface than to bring the existing widget up to date. ### Removed - `src/bowser/_widget.py` (329 lines) - `docs/example_widget_usage.ipynb` - `[project.optional-dependencies].widget` — drops `jupyter`, `matplotlib`, `ipympl`, `ipywidgets`, `ipyleaflet`, `bqplot`, `requests` as optional deps - `[tool.pixi.environments].widget` — pixi env no longer solved - `## Running in Jupyter` section of the README Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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.
Summary
The
_widget.pyipywidgets/ipyleaflet viewer was an early experiment that never reached parity with the main web UI and has been drifting further behind. It predates the React frontend, the GeoZarr data model, reference-point tracking, profile/measurement tools, and the time-series chart — none of which it supports.Cheaper to reimplement on top of the current API surface if anyone ever asks for it again than to drag the current one forward.
Removed
src/bowser/_widget.py(329 lines)docs/example_widget_usage.ipynb[project.optional-dependencies].widget— dropsjupyter,matplotlib,ipympl,ipywidgets,ipyleaflet,bqplot,requestsas optional deps[tool.pixi.environments].widget— pixi env no longer solved## Running in Jupytersection of the READMETest plan
bowser --helpstill renders; full command list intactgrep -r _widget src/bowser/ tests/ docs/returns nothing🤖 Generated with Claude Code