Default to go.FigureWidget in notebooks
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 18.8k
- Forks
- 2.8k
- Avg merge
- 16h 26m
- Merged PRs (30d)
- 21
Description
the FigureWidget class has more features than the Figure class without any major downsides (that we know of?) - we should consider defaulting to using the widget. One thought is that we could default to using it if anywidget is already installed.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the Figure and FigureWidget classes in notebook usage, then investigate how anywidget availability could affect the default. Define the supported environment behavior and compatibility expectations before identifying the relevant implementation and tests; done means the default is documented and verified without breaking existing Figure usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100